Procedural exploration
In this project a procedural simplex noise function is implemented in a WebGL game.
Implementation
the game was implemented in WebGL. WebGL communicates with the graphics-card through OpenGL ES 2.0-standard shaders. To access these in html, javascript is being used. The matrix library used was glMatrix v0.9.5.