Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mitsuhiko/sandboxcraft
- Owner: mitsuhiko
- License: other
- Created: 2010-10-04T16:24:38.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-19T11:40:00.000Z (almost 14 years ago)
- Last Synced: 2024-05-08T21:52:56.046Z (8 months ago)
- Language: C
- Homepage:
- Size: 1.51 MB
- Stars: 14
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
________
/ /|
/_______/ |
~~ SandboxCraft ~~ | | |
```````````` | S C | /
|_______|/// Compilation //
/ OS X & Linux /
$ cmake .
$ makeMake 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.