[ Back to the Surface Generator ]
WebGL Surface Generator – Technical notes
This tool is written in JavaScript and works only in your browser, which means that no data sent back to server.
Application components:
- HTML5 interface
- JavaScript program code
- WebGL visualization system
- Matrix library — Brandon Jones‘s glMatrix
- CodeMirror text editor with special syntax highlighting
- Import module
- Export module
Browser requirements:
- JavaScript support (any modern browser)
- WebGL support (Firefox 4.x, Chrome)
You can check your browser WebGL support here.
[ Back to the Surface Generator ]