Skip to content

AnthonyPanchenko/GLSL-live-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GLSL live editor based on Codemirror

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • GLSL 9.6%
  • CSS 2.0%
  • HTML 1.3%