Skip to content

ancientjoke/opengl-voxel-procedural-terrain-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxel Engine

Development

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.

How to Run

  1. Clone the repository:
   git clone https://github.com/yourusername/voxel-engine.git cd voxel-engine
  1. Open the project in Visual Studio 2022:

    • Open voxel-engine.sln in Visual Studio 2022.
  2. Build the project:

    • Select the build configuration.
  3. Run the project:

    • Start debugging (F5) or run without debugging (Ctrl+F5).

image