Simple WebGL Project

About

This project is just a simple idea to both refresh my knowledge on OpenGL and also experiment with some WebGL. The project creates a simple 30 x 30 x 30 voxel space, randomly adds voxels to that space.

The user can also move around in the space with a, s, d, w, q, e for left, back, right, forward, down and up respectively and rotate the voxel space with the arrow keys.

Running Example