mortennobel / sre_glsl_editor

A simple glsl shader editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLSL Editor

The SRE GLSL Editor allows you to play with shaders without having to set up everything in OpenGL. The editor is build using SimpleRenderEngine (https://github.com/mortennobel/SimpleRenderEngine)

Getting started

First fork and clone the library (git clone --recurse-submodules <url>).

Live demo

An interactive html demo is available. Note that the html demo has some limitation compared to the desktop version (no copy-past and no file access).

GLSL Editor

Live demo

About

A simple glsl shader editor


Languages

Language:C++ 91.3%Language:Shell 6.4%Language:CMake 2.3%