Skip to content

nixuh3/Voxel-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxel Engine

A simple game engine in C++

Requirements

  • CMake 3.20 or newer
  • C++20
  • OpenGL 4.5 or newer
  • A C++ compiler (GCC, Clang, MSVC)

Build Instructions

  1. Clone the repository
git clone https://github.com/nixuh3/Voxel-Engine.git
cd Voxel-Engine
  1. Configure project
cmake -S . -B build
  1. Build
cmake --build build
  1. Run
./build/Sandbox/Debug/Sandbox

About

A simple game engine in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors