Go to file
Elias Fleckenstein 5bac22f8a4 Removed luac.out 2020-08-18 17:53:03 +02:00
deps Refactoring 2020-08-11 10:51:38 +02:00
modules Dynamic World System 2020-08-18 17:52:36 +02:00
src Dynamic World System 2020-08-18 17:52:36 +02:00
util Dynamic World System 2020-08-18 17:52:36 +02:00
.gitignore Added task manager and window 2020-08-06 18:08:31 +02:00
.gitmodules Refactoring 2020-08-11 10:51:38 +02:00
COPYING Initial commit 2020-08-06 13:41:27 +02:00
README Dynamic World System 2020-08-18 17:52:36 +02:00
init.lua Dynamic World System 2020-08-18 17:52:36 +02:00

README

depends:

$ sudo apt install build-essential make lua5.3 liblua5.3-dev libgl1-mesa-dev libglew-dev libglm-dev libglfw3-dev libassimp-dev libsqlite3-dev luarocks
$ luarocks install lsqlite3
$ luarocks install luasocket
$ luarocks install luafilesystem

Build moongl, moonglfw, moonglmath, moonimage and moonassimp: See build instructions in deps/*/README.md

Run:
	./init.lua Client