Skip to content

hacktheegg/world-generator

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages