A 3D city building game. Currently under construction.
|
%!s(int64=4) %!d(string=hai) anos | |
---|---|---|
assets | %!s(int64=5) %!d(string=hai) anos | |
mods | %!s(int64=6) %!d(string=hai) anos | |
src | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=6) %!d(string=hai) anos | |
COPYING | %!s(int64=9) %!d(string=hai) anos | |
DEVELOPMENT.md | %!s(int64=5) %!d(string=hai) anos | |
INSTALL | %!s(int64=9) %!d(string=hai) anos | |
LICENSE | %!s(int64=9) %!d(string=hai) anos | |
Makefile.am | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
autogen.sh | %!s(int64=8) %!d(string=hai) anos | |
configure.ac | %!s(int64=6) %!d(string=hai) anos | |
defaults.ini | %!s(int64=6) %!d(string=hai) anos | |
nukeGLCache.sh | %!s(int64=6) %!d(string=hai) anos | |
scanMods.sh | %!s(int64=6) %!d(string=hai) anos |
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.