lennonc1atwit / ShaderScape

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:The Unlicense


Languages

Language:C++ 83.9%Language:GLSL 12.6%Language:Lua 3.0%Language:C 0.3%Language:Shell 0.1%Language:Batchfile 0.1%