Skip to content

Shader node editor aimed at GLSL code generation

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
license.md
Notifications You must be signed in to change notification settings

SylvainDeker/Shader-Graph

Repository files navigation

Shader-Graph

Software aimed at GLSL code generation

Purpose

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.

Platforms

  • OSX (Apple Clang - LLVM 3.6), Linux (x64, gcc-8.0): Build Status

Dependencies

  • gcc >= 8
  • Qt >= 5.2
  • CMake >= 3.10
  • Catch2

Functionnalities

Building

Linux

git clone https://github.com/sylvaindeker/Shader-Graph.git
cd Shader-Graph
mkdir build
cd build
cmake ..
make -j