Skip to content
forked from alexottoboni/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

UG-CS-HKBU/Shdr

This branch is up to date with alexottoboni/Shdr:master.

Repository files navigation

Shdr

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

Author: Thibaut Despoulain (BKcore) Version: 0.2.161211

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!

Building and Running with npm

To install node and npm on Ubuntu:

sudo apt-get install nodejs npm
sudo ln -s /usr/bin/nodejs /usr/local/bin/node

To build and run with npm:

npm install
npm start

To build only the js package:

npm build

To build the extension:

npm run build-extension

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 81.2%
  • CoffeeScript 11.3%
  • HTML 4.8%
  • CSS 2.7%