Go to file
mgerhardy a103c3d73c GITLAB: ci config - looks like testing needs a commit for each change... 2016-05-05 20:13:57 +02:00
cmake CMAKE: fixed install targets 2016-05-04 20:06:33 +02:00
contrib CMAKE: added install targets 2016-05-04 20:42:38 +02:00
data CLIENT: exported dae via blender - just for testing 2016-05-04 20:28:55 +02:00
docs DOCS: added turbobadger widget docs 2016-04-15 22:35:08 +02:00
screenshots SCREENSHOT: new screenshot 2016-05-05 20:52:19 +02:00
src FRONTEND: cleanup MaterialColor usage 2016-05-05 20:56:04 +02:00
tools FIPS: removed fips-flatbuffers 2016-04-27 21:40:54 +02:00
.gitignore GITIGNORE: cleanup - removed binaries - they are all in build/ now 2016-04-28 20:59:19 +02:00
.gitlab-ci.yml GITLAB: ci config - looks like testing needs a commit for each change... 2016-05-05 20:13:57 +02:00
CMakeLists.txt CMAKE: added install targets 2016-05-04 20:42:38 +02:00
Makefile TESTS: adding material color make target 2016-05-04 20:53:45 +02:00
README.md Update README.md 2016-05-05 20:06:53 +00:00

README.md

About

Voxel engine with procedural generated landscape.

Screenshot

Dependencies

  • cmake
  • postgre
  • development headers/libs for
  • glm
  • assimp
  • lua >= 5.3
  • sdl2 > 2.0.4
  • postgresql-server-dev >= 9.5
  • libpq
  • flatbuffers
  • enet
  • zlib
  • turbobadger
  • sauce/fruit
  • gtest

Some of these dependencies might not be available as packages in your toolchain - most of them are also bundled with the application. But local installed headers always have the higher priority.

Debian

apt-get install libglm-dev libassimp-dev lua5.3 liblua5.3-dev libsdl2-dev postgresql-server-dev-9.5 libpq-dev

Arch Linux

pacman [...]

Building

You can just run make in the project root folder.

More information

For more information, please check out the wiki