Declarative compositor for image editing.
Prerequisites:
- C++20 compatible compiler
- GLFW (e.g. mingw-w64-x86_64-glfw on MSYS2)
- Desire to create
$ make # build the project, provide -jN to use N parallel jobs
$ ./bin/vorane.exe # run the built executable
# or all in one step
$ make runThis project is under GPL-3.0.
The output (files, data, or visual media generated by the software) doesn't have to be covered by the GPL. You may use the output of this software for any purpose, including commercial projects, regardless of the license used for this code.
- GLFW - zlib/libpng license
- GLAD - MIT license
- Dear ImGui - MIT license
- Geist Mono font - OFL-1.1 license
