Skip to content
/ mmb Public

Infiniminer-related "game" in very early alpha (a.k.a.: software to display white cubes)

Notifications You must be signed in to change notification settings

pyropeter/mmb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMB

A software to display a large amount of textured cubes using openGL.

Dependencies

  • OpenGL
  • freeglut
  • glew
  • soil

Building and running

$ make
$ ./mmb

Coding Convention

  • 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)

About

Infiniminer-related "game" in very early alpha (a.k.a.: software to display white cubes)

Resources

Stars

Watchers

Forks

Packages

No packages published