https://github.com/juzzlin/simplenormalmapper
"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
https://github.com/juzzlin/simplenormalmapper
2d-images c-plus-plus game-2d game-development graphics graphics-rendering graphics2d linux-app normal-mapping qt5 windows-app
Last synced: about 2 months ago
JSON representation
"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
- Host: GitHub
- URL: https://github.com/juzzlin/simplenormalmapper
- Owner: juzzlin
- License: gpl-3.0
- Created: 2015-04-29T19:34:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T20:58:08.000Z (over 1 year ago)
- Last Synced: 2025-03-29T01:05:54.185Z (2 months ago)
- Topics: 2d-images, c-plus-plus, game-2d, game-development, graphics, graphics-rendering, graphics2d, linux-app, normal-mapping, qt5, windows-app
- Language: C++
- Size: 1.98 MB
- Stars: 14
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
## 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
Currently the build depends on `Qt 5` and `CMake` only. Support for `Qt 6` is preliminary and can be explicitly enabled.
Use the official `Qt SDK` or install the needed development tools from a package repository.
Building for Linux in a nutshell:
$ mkdir build && cd build
$ cmake ..
$ cmake --build . -j4
`Qt 6` can be explicitly enabled by:
$ cmake -DBUILD_WITH_QT6=ON ..
Create a Debian package for Debian-based Linux distributions (in build dir):
$ cpack -G DEB
## Licence
GNU GPL v3