Skip to content

Rootmars/voxel-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voxel-renderer

A simple voxel renderer. WIP. As of now, the project does nothing.

Dependencies

This project requires GLM (so far).

How To Build

This project uses CMake.

  1. Get all the dependencies. Debian with apt-get: sudo apt-get install libglm-dev

  2. Make a separate build folder and cd into it. mkdir build && cd build

  3. Run cmake on the project. cmake ..

  4. Run the project. ./voxel-renderer

About

A simple voxel renderer. WIP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published