An open API service indexing awesome lists of open source software.

https://github.com/mortennobel/sre_glsl_editor

A simple glsl shader editor
https://github.com/mortennobel/sre_glsl_editor

cpp glsl graphics-programming opengl

Last synced: about 1 month ago
JSON representation

A simple glsl shader editor

Awesome Lists containing this project

README

          

# 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 `).

## 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](https://mortennobel.github.io/sre_glsl_editor/glsl_editor.png)](https://mortennobel.github.io/sre_glsl_editor/index.html)

[Live demo](https://mortennobel.github.io/sre_glsl_editor/index.html)