Go to file
Elias Fleckenstein f9c380a214 Set antialiasing to 8 2021-03-24 14:42:35 +01:00
later_use New structure 2021-03-03 15:59:00 +01:00
lib Frustum & Backface Culling 2020-09-13 16:53:05 +02:00
shaders New structure 2021-03-03 15:59:00 +01:00
src Set antialiasing to 8 2021-03-24 14:42:35 +01:00
textures Add snow + mountain generation 2021-03-03 16:41:25 +01:00
.gitattributes Remove useless line 2021-03-24 14:11:07 +01:00
.gitignore New structure 2021-03-03 15:59:00 +01:00
CMakeLists.txt New structure 2021-03-03 15:59:00 +01:00
COPYING Create COPYING 2020-09-06 11:19:55 +02:00
README Initial Commit 2020-09-06 12:35:10 +02:00

README

Install Dependencies:

    sudo apt install cmake build-essential libgl1-mesa-dev libglew-dev libglm-dev libglfw3-dev

Build:

    cmake .
    make -j$(nproc)
    
Run:
	./dragonblockslauncher

Controls:
    W, A, S, D, Space, Left Shift