Software aimed at GLSL code generation
Shader-Graph is a project developpement, suggested by Mathias Paulin a member of STORM team at IRIT (www.irit.fr). This software is a GUI node editor prototype aimed at GLSL code generation.
- gcc >= 8
- Qt >= 5.2
- CMake >= 3.10
- Catch2
git clone https://github.com/sylvaindeker/Shader-Graph.git cd Shader-Graph mkdir build cd build cmake .. make -j