GitXplorerGitXplorer
l

Paranormal

public
18 stars
5 forks
49 issues

Commits

List of commits on branch master.
Unverified
dddbb5df4a2a6c52defa3216b9e942645e397011

Update README.md

llukemetz committed 9 years ago
Unverified
2b8d2e9983a47c8f6441836b69a136edf521a11a

Merge pull request #175 from lukemetz/lm/archive

committed 10 years ago
Unverified
ee8da22b9022b183b91451d76a2e72c60f174d48

Merge pull request #174 from lukemetz/kot/gray-sizing

committed 10 years ago
Unverified
0e9c146d1028c2f6ef8cd488cdcfbc69b620a6e3

Config to enable archive

committed 10 years ago
Unverified
e3c2310be3d9f612d0dff9e4b7b028760b34fa8e

resizing gray sprite according to texture

kkotoole1 committed 10 years ago
Unverified
dccebdd52a2920989972d8a9cdfba4d47f2fa94e

Merge pull request #119 from lukemetz/lm/devdocs

committed 10 years ago

README

The README file for this repository.

Paranormal

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.