The goal with the project was to implement a simplistic game in WebGL. It somewhat became more of a simple game-engine.

Implementation

The game engine was implemented in WebGL using shaders. WebGL communicates with the graphics-card through OpenGL ES 2.0-standard shaders. To access these in html, JavaScript is being utilized. The matrix library used was glMatrix v0.9.5.

Report

Images from project