Run in windows with compiled executable file
EXE for windows
MinGW libraries (include & lib) + glew32.dll
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 libpng-dev
$ make
$ cd ..
$ ./Debug/voxel_engine
Note for MinGW compiling
If you have problems with #include <mingw.thread.h>
Get headers mingw.thread.h and mingw.invoke.h from:
https://github.com/meganz/mingw-std-threads
Description
VoxelCore v0.31.12
Latest
Languages
C++
84.1%
Lua
10%
C
4.2%
GLSL
1.2%
CMake
0.3%