- node.js
- SDL
- OpenGL
- DevIL
I'd like to try and get rid of the DevIL dependency when there are more node.js image libraries.
node-waf configure build
node examples/example.js
chromium-browser --enable-webgl examples/example.html
On Mac OS X, you have to run the following first:
export SDL_VIDEODRIVER=x11
- Add more WebGL functions!
- Make some node.js image libraries
- Replace DevIL with those node.js image libraries
- Find nice ways to remove the
nodejsvariable from example-include.js - Add more events (e.g. keyboard)
- Make/port some WebGL examples
