Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.06 KB

File metadata and controls

69 lines (43 loc) · 1.06 KB

world-generator

A small duo project to create a randomly generated world that is visually viewable through OpenGL

Run Locally

Clone world-generator

  git clone https://github.com/hacktheegg/world-generator.git

Go to the project directory

  cd world-generator

Install dependencies

  git submodule init
  git submodule update

Compile with Cmake

windows

  cmake . -G "MinGW Makefiles"
  cmake --build .

linux

  cmake .
  make

Running Program

windows

  ( cd .\build\windows\ && .\world-generator.exe )

linux

  ( cd ./build/linux/ && .\world-generator )

Authors

Acknowledgements