Go to file
Martin Gerhardy 4017049e87 UTIL: attempt to fix the newline problem with gitattributes 2020-01-07 22:26:54 +01:00
.github/workflows CI: disable traze test on windows 2019-12-11 06:28:04 +01:00
cmake PHYSIC: removed module - still unused and not finished nor needed atm 2020-01-03 00:33:28 +01:00
contrib PHYSIC: removed module - still unused and not finished nor needed atm 2020-01-03 00:33:28 +01:00
data UTIL: attempt to fix the newline problem with gitattributes 2020-01-07 22:26:54 +01:00
docs PHYSIC: removed module - still unused and not finished nor needed atm 2020-01-03 00:33:28 +01:00
src UTIL: attempt to fix the newline problem with gitattributes 2020-01-07 22:26:54 +01:00
tools ALL: removed assimp and voxelizer 2019-11-01 20:14:32 +01:00
.dockerignore DOCKER: ignore the git directory 2018-11-20 20:22:01 +01:00
.gitignore IDE: removed .cproject - but kept .project 2019-12-18 11:13:27 +01:00
.gitlab-ci.yml CI: cache build dir and split between unity/non-unity 2019-08-08 12:21:57 +02:00
.project IDE: add eclipse project files 2019-12-13 10:49:21 +01:00
CMakeLists.txt UI: removed nuklear ui 2019-12-19 07:28:13 +01: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 UI: removed nuklear ui 2019-12-19 07:28:13 +01:00
README.md DOCS: added configuration documentation 2019-12-12 23:31:33 +01:00
TODO.md ALL: removed assimp and voxelizer 2019-11-01 20:14:32 +01:00

README.md

Actions Status License: MIT

About

Voxel engine for mmorpg game and tools.

Includes behaviour tree based ai, a remote ai debugger, a voxel editor and a lot more. The scripting is lua based.

There is still a lot of stuff missing where we could need your help.

You can find some old and most likely outdated videos in my youtube channel.

Join our discord Server and help developing the game.

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. You can use the docker-compose files to set up your environment.