Paranormal is a normal map editor for OSX. It is designed to work well with creating and editing normal maps for use 2d games.
For more information, binary downloads, and tutorials see http://dianavermilya.github.io/paranormal-site/.
##Build
Currently, Paranormal supports Swift 1.2 with Xcode 6.2.
First clone paranormal:
git clone https://github.com/spritebuilder/Paranormal.git
Paranormal uses submodules to manage dependencies. Run the following to download them.
git submodule update --init --recursive
Paranormal can then be built using Xcode with Paranormal/Paranormal.xcodeproj
project.
##Contributing Have a feature you want to add? See CONTRIBUTING.md to get started developing with Paranormal.
##Licence Paranormal is primarily distributed under the terms of the MIT license. See our LICENSE for more information.