All Projects → tangrams → GLSL-live-editor

tangrams / GLSL-live-editor

Licence: MIT license
GLSL live editor based on Codemirror

Programming Languages

javascript
184084 projects - #8 most used programming language
GLSL
2045 projects
CSS
56736 projects
HTML
75241 projects

How to install this repo on your local machine?

  • Clone this repository locally and run a Python HTTP Server.
git clone https://github.com/tangrams/GLSL-live-editor
cd GLSL-live-editor
python -m SimpleHTTPServer 8000

Note: in case you have Python 3.x as your default version you should use python -m http.server 8000 instead.

How to use it?

Examples

http://localhost:8000/#glsl/pLight-envmap.frag

http://localhost:8000/#glsl/pLight-normalmap.frag&imgs/normal-0001.jpg

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].