VoxelEngine/README.md
2021-08-20 18:48:16 +03:00

675 B

Run in windows with compiled executable file

EXE for windows

Run in linux with

$ git clone https://github.com/MihailRis/VoxelEngine-Cpp.git

$ cd VoxelEngine-Cpp/Debug

$ sudo apt install libglfw3-dev libglfw3 libglew-dev libglm-dev

$ make

$ cd ..

$ ./Debug/voxel_engine