-
Clone the repository
git clone repository_url
-
Install OpenGL dependencies
sudo apt install libglfw3-dev
vcpkg install glfw3
brew install glfw
-
Install
g++andcmake
Make sure you have both installed. You can install them via:sudo apt install g++ cmake
brew install gcc cmake
Use MinGW or install via Chocolatey:
choco install mingw cmake
-
Build and run the game
cd build cmake .. make ./main
ItzFalco07/voxelengine-opengl-cpp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|