Go to file
Martin Gerhardy df2a2bc23d TESTANIMATION: added ent type cycling 2019-12-10 17:11:34 +01:00
.github/workflows CI: disabled voxedit-util tests on osx and windows 2019-12-02 07:43:38 +01:00
cmake CMAKE: hack to make libbullet happy 2019-11-17 13:13:19 +01:00
contrib NETWORK: plug memory leak if enet_peer_send failed 2019-11-16 21:24:20 +01:00
data TESTANIMATION: added ent type cycling 2019-12-10 17:11:34 +01:00
docs DOCS: added sdl2-mixer dependency 2019-11-17 13:17:20 +01:00
src TESTANIMATION: added ent type cycling 2019-12-10 17:11:34 +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 GIT: added compilation db to gitignore 2019-10-31 21:41:40 +01:00
.gitlab-ci.yml CI: cache build dir and split between unity/non-unity 2019-08-08 12:21:57 +02:00
CMakeLists.txt ALL: removed assimp and voxelizer 2019-11-01 20:14:32 +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 ALL: removed assimp and voxelizer 2019-11-01 20:14:32 +01:00
README.md README: updated readme 2019-12-01 13:29:35 +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.