bsella / Emergence

Rendering bitmaps using nodes. Inspired by Blender's Nodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emergence

Generate bitmaps using nodes.

uk.emrg lol.emerg mandelbrot.emrg

For more information check out the wiki.


Building Emergence

For now, Emergence is supported only on the GNU/Linux system. To build it you will need cmake and the Qt5Widgets library.

It's highly recommended to build out of the source directory. For example, type the following commands:

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

Check out my TODO-List!

Feel free to send your feedback to karim.salama@univ-tlse3.fr


About

Rendering bitmaps using nodes. Inspired by Blender's Nodes.

License:GNU General Public License v3.0


Languages

Language:C++ 94.4%Language:CMake 5.6%