A small duo project to create a randomly generated world that is visually viewable through OpenGL
Clone world-generator
git clone https://github.com/hacktheegg/world-generator.gitGo to the project directory
cd world-generatorInstall dependencies
git submodule init
git submodule updateCompile with Cmake
windows
cmake . -G "MinGW Makefiles"
cmake --build .linux
cmake .
makeRunning Program
windows
( cd .\build\windows\ && .\world-generator.exe )linux
( cd ./build/linux/ && .\world-generator )