All Projects → jrupac → minecraft-opengl

jrupac / minecraft-opengl

Licence: GPL-2.0 license
A tribute to Minecraft written in C++ and OpenGL.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects
Roff
2310 projects
Makefile
30231 projects
SAS
37 projects
INTRODUCTION
===========

  This is a tribute to Minecraft written in OpenGL and C++. As of right now, 
  it is still very much a work in progress. Some optimizations are in place, 
  but the performance may not be great on all machines. This has been actively
  developed on Linux but it should correctly work under Windows and Mac OS as
  well (except for audio at the moment..).

COMPILATION
===========

  In Linux:

	$ cd src/
	$ make

EXECUTION
=========
  
  In Linux:

	$ src/minecraft path/to/world/data [default: world/test.scn]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].