Skip to content
/ Shdr Public
forked from BKcore/Shdr

Shdr is an online ESSL (GLSL) shader editor, viewer and validator powered by WebGL.

License

Notifications You must be signed in to change notification settings

mcanthony/Shdr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shdr

Shdr is an online ESSL (GLSL) shader editor, viewer and validator powered by WebGL.

Author: Thibaut Despoulain (BKcore)
Version: 0.1.130224

Inspired by MrDoob's live HTML editor.
Powered by Three.js, Ace.js, RawDeflate.js and jQuery.
Icons by AwesomeFont, Monkey head from Blender, HexMKII from HexGL.

Issues, feature requests, contributions: Fork me on GitHub!

Run

To test locally you don't need to build anything. The build step is only there for production and the chrome app.

cd source
python -m SimpleHTTPServer
chrome editor.html

Build

If you want to test the prod version or the chrome app:

cd build
node build.js [--output=../source/build/shdr.js] [--minify] [--chromeapp] [--persist]

About

Shdr is an online ESSL (GLSL) shader editor, viewer and validator powered by WebGL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.6%
  • CoffeeScript 8.2%
  • HTML 4.6%
  • CSS 2.6%