Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitsuhiko/sandboxcraft

A small project that implements a voxel engine (hopefully)
https://github.com/mitsuhiko/sandboxcraft

Last synced: 3 months ago
JSON representation

A small project that implements a voxel engine (hopefully)

Awesome Lists containing this project

README

        

________
/ /|
/_______/ |
~~ SandboxCraft ~~ | | |
```````````` | S C | /
|_______|/

// Compilation //

/ OS X & Linux /

$ cmake .
$ make

Make sure to have libsdl and libsdl-image as
well as the development headers installed

/ Windows /

> mkdir win_deps

download SDL and SDL_Image and drop it into
the win_deps folders. You should have a
win_deps\SDL\lib\SDL.lib afterwards.

$ generate-vs.bat

This then generates a visual studio solution.

// License //

The code is BSD licensed (see LICENSE for more
information) but the current resources are copied
from minecraft. Please don't sue me notch, I will
replace them soonish with something of my own.