Skip to content

Shader Scape is a shader toy like program that lets you live edit glsl fragment shaders

License

Notifications You must be signed in to change notification settings

lennonc1atwit/ShaderScape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shader Scape

Shader Scape is a shader toy like program that lets you live edit glsl shaders. Designed with ease of exploration in mind, uniforms are displayed as widgets for real time editing of colors, constants, vectors and, matrices shaders are also reloaded when the file the saved to disk.

Shader files live in the Shaders/ directory and currently only fragment shaders are supported.

Features

  • Load fragment shaders
    • Drag and drop support
  • Uniforms editable via widgets, updated live
  • Profile shader preformance
  • Built in uniforms (more to come)

Strings Bulb Profiler

Future

  • More builtin uniforms
  • GLSL text editor
  • Image buffers and channels
  • Multi file shaders

Dependencies

Premake glfw glm ImGui ImPlot

License

  • UNLICENSE for this repository (see UNLICENSE.txt for more details)
  • Premake is licensed under BSD 3-Clause (see included LICENSE.txt file for more details)