A software to display a large amount of textured cubes using openGL.
- OpenGL
- freeglut
- glew
- soil
$ make
$ ./mmb
- tabs for indention (one after a "{", two when splitting an expression over multiple lines)
- camelCase for variables/functions, SlightlyAltered for typedefs (following the java convention of using capitalised class names)
- lines are limited to 80 characters (with one tab counting as 8 chars)