Thanks to visit codestin.com
Credit goes to github.com

Skip to content

"Quickly and easily generate normal maps from your 2D images with adjustable height and sampling radius using this intuitive and easy to use application" -Softpedia

License

Notifications You must be signed in to change notification settings

sefulretelei/SimpleNormalMapper

 
 

Repository files navigation

Simple Normal Mapper

Simple Normal Mapper is a graphical editor with which one can generate normal maps for 2D images.

Normal maps are used, for example, in 2D games to make an illusion of a 3D object.

Building the project

Simple Normal Mapper is developed in C++/Qt so it can be built on any platform that Qt5 runs on. There are project files for qmake and CMake.

Building in CLI with CMake:

$ mkdir build && cd build
$ cmake ..
$ make

Create a Debian package for Debian-based Linux distributions (in build dir):

$ cpack -G DEB

Licence

GNU GPL v3

About

"Quickly and easily generate normal maps from your 2D images with adjustable height and sampling radius using this intuitive and easy to use application" -Softpedia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.3%
  • CMake 9.8%
  • Shell 4.5%
  • QMake 3.6%
  • Makefile 2.8%