The main libraries and tools used include:
- Dear ImGui for the user interface.
- GLM for mathematics.
- GLAD for OpenGL function loading.
- Noise for procedural noise generation.
- Clone the repository:
git clone https://github.com/yourusername/voxel-engine.git cd voxel-engine
-
Open the project in Visual Studio 2022:
- Open
voxel-engine.sln
in Visual Studio 2022.
- Open
-
Build the project:
- Select the build configuration.
-
Run the project:
- Start debugging (F5) or run without debugging (Ctrl+F5).