Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfstras/mmm-java
massively multiplayer sandboxing engine, java part.
https://github.com/cfstras/mmm-java
Last synced: about 1 month ago
JSON representation
massively multiplayer sandboxing engine, java part.
- Host: GitHub
- URL: https://github.com/cfstras/mmm-java
- Owner: cfstras
- Created: 2012-09-12T20:29:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T15:42:54.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T00:46:23.875Z (over 1 year ago)
- Language: Java
- Size: 7.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MMM
===![mmm preview image](http://i.imgur.com/tIb8oOI.png)
this is mmm-java, an attempt to build a voxel-based massively multiplayer sandboxing game with quests and everything one could imagine in a game.
furthermore, it is my attempt to learn some OpenGL 3.Currently, it renders a live-generated world (which is only limited by some parameters)
and should be able to render infinitely big worlds.enjoy the content with care since some code parts are unclear in terms of licensing.
feel free to contact me if you want (to) help.
compiling
---------ant jar
running
-------# on linux
./start.sh# on windows
start.bat