- Linux/MacOS -> cmake, make & g++
- Window -> Not yet tested/implemented.
# Ubuntu
sudo apt install cmake libglew-dev
# Arch Linux
sudo pacman -S cmake glew
# MacOS
brew install cmake glew
# Compile
make
# Run
./run
- Chunk-Based Rendering System
- Atlas Texture System
- Face Culling
- Basic Raycasting (breaking/placing blocks)