A 3D city building game. Currently under construction.
|
il y a 4 ans | |
---|---|---|
assets | il y a 5 ans | |
mods | il y a 6 ans | |
src | il y a 4 ans | |
.gitignore | il y a 6 ans | |
COPYING | il y a 9 ans | |
DEVELOPMENT.md | il y a 5 ans | |
INSTALL | il y a 9 ans | |
LICENSE | il y a 9 ans | |
Makefile.am | il y a 6 ans | |
README.md | il y a 5 ans | |
autogen.sh | il y a 8 ans | |
configure.ac | il y a 6 ans | |
defaults.ini | il y a 6 ans | |
nukeGLCache.sh | il y a 6 ans | |
scanMods.sh | il y a 6 ans |
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.