Skip to content

yibojiang/shaderplayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shaderplayground

A desktop version of Shadertoy.

Compile:

Build with Cmake.

    mkdir build/
    cmake -G Unix\ Makefiles ../
    make

After it is build, the binary "playground" should be in bin/ folder.

Usage:

  • save your shader with *.frag
  • run ./playground default.frag WIDTH HEIGHT
  • "return" to reload the shader
  • "s" to render it into /bin/output/

About

raymarching, glsl shader playground in opengl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published