A program to create and compile and shader programs. Often I needed a simple tool to test and run shaders. Yes there is Shadetoy but i needed something offline. This does support most of the inputs Shadertoy does.
- Builtin Camera System
- Easy customisability for syntax highlighting and other functionalities in the Text Editor
You can use upto 3 textures in your shader
You need premake5 installed to build and compile this program. First clone the repo including the submodules with
git clone --recursive https://github.com/Anex007/Shaderer
then generate the build files
premake5 vs2019
Use visual studio to compile and run
premake5 gmake2
make
