Go to file
Martin Gerhardy 0ed1674769 CMAKE: use ROOT_DIR for include of macros.cmake to allow to use the Find modules in sub projects only 2019-06-23 22:25:15 +02:00
cmake CMAKE: use ROOT_DIR for include of macros.cmake to allow to use the Find modules in sub projects only 2019-06-23 22:25:15 +02:00
contrib CMAKE: started to add bundle support 2019-06-23 21:00:00 +02:00
data TESTTRAZE: added icon 2019-06-23 22:14:48 +02:00
docs DOCS: added brew information for dependencies 2019-06-05 21:05:14 +02:00
src VIDEO: removed unsed methods 2019-06-23 22:10:46 +02:00
tools TOOLS: added iqm exporter 2018-11-30 07:38:16 +01:00
.dockerignore DOCKER: ignore the git directory 2018-11-20 20:22:01 +01:00
.gitignore CMAKE: support for local cmake settings 2018-10-22 17:37:37 +02:00
.gitlab-ci.yml CI: collect gtest results 2018-10-27 11:17:35 +02:00
.travis.yml TRAVIS: xcode verbose build 2019-03-18 20:27:36 +01:00
CMakeLists.txt DOCS: updated doxygen template and markdown 2019-05-26 19:55:46 +02:00
Doxyfile.in DOCS: updated Doxygen config file 2019-05-27 13:22:22 +02:00
LICENSE LICENSE: added license notes 2018-10-27 17:48:09 +02:00
Makefile MAKE: support building via ninja 2019-04-07 12:28:27 +02:00
README.md README: modified readme 2019-03-09 09:58:15 +01:00
TODO.md TODO: new entry 2019-06-12 20:04:38 +02:00
appveyor.yml APPVEYOR: install curl via vcpkg 2019-04-17 11:57:21 +02:00

README.md

Build status Build Status

About

Voxel engine and tools.

Tools

General

Running the tests

The tests need a postgres database named engine and a user named engine with the password.... engine (you can modify them via cvars). If no OpenGL or OpenCL context is available, the related tests are skipped.

More information

For more information, please check out the wiki or the doxygen documentation.