A 3D city building game. Currently under construction.
|
пре 4 година | |
---|---|---|
assets | пре 5 година | |
mods | пре 6 година | |
src | пре 4 година | |
.gitignore | пре 6 година | |
COPYING | пре 9 година | |
DEVELOPMENT.md | пре 5 година | |
INSTALL | пре 9 година | |
LICENSE | пре 9 година | |
Makefile.am | пре 6 година | |
README.md | пре 5 година | |
autogen.sh | пре 8 година | |
configure.ac | пре 6 година | |
defaults.ini | пре 6 година | |
nukeGLCache.sh | пре 6 година | |
scanMods.sh | пре 6 година |
A 3D city building game. Currently under construction.
It's written in pure C using no frameworks. Hard dependencies are Xlib, FreeType, fontconfig, libPNG, GLEW, and OpenGL 4.5. You should probably have a lot of ram as well as a real CPU. Optional dependencies are libJPEG, ALSA and libVorbis (OGG).
Current state:
https://github.com/yzziizzy/c3dlas
symlinked as src/c3dlas
https://github.com/yzziizzy/c_json
symlinked as src/c_json
sudo apt-get install libx11-dev libglew-dev libfreetype6-dev libfontconfig1-dev libpng-dev
Optional Dependencies: sudo apt-get install libjpeg-turbo8-dev libvorbis-dev alsa-source
./autogen.sh
make && ./src/eacsmb
If you get build errors related to AVX or SSE4.1, try removing the appropriate compile flags in
src/Makefile.am
and commenting out C3DLAS_USE_SIMD
in src/c3dlas/c3dlas.h
.
Poke around in assets/config/
Licensed under Affero GPL v3.0 until I get a stronger copyleft license for games.