Shadertoy visual studio
Shadertoy viewer using c++ on visual studio 2017
This project is under development. so there is no function.
How to build
- Run ShaderToy.sln with Visual Studio 2017 installed.
- Change debug mode to x64 release mode.
- build this project. :)
How to apply a shader program
Modify Image.glsl shader file.
Which library do you use?
glfw, glew
TODO
- add Texture.
- add all uniform variables.
- iChannel0~3 function. ...