Skip to content

Mr-Anyone/VoxelGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxel Game From Scratch

Voxel Game

Hello to whoever is reading this. This is a Voxel Game that is entirely made from GLFW and OpenGL. There are a lot of low-level graphics programming going on.

Run Guide

Clone Project

git clone --recurse-submodules https://github.com/Mr-Anyone/VoxelGame.git

To Build and compile the program:

mkdir build 
cd build
cmake ..
make -j 
./VoxelGame

Quicktip for vscode. Set the build target to VoxelGame (not ALL_BUILD) or else it would not work.

About

A random Voxel Game that I will be making.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published