Skip to content

RealGreenDragon/VoronoiMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voronoi Map Generator

Project for Computer Graphics course, Sapienza 2018

No Maintenance Intended

Compiler to use

  • For Linux/OSX I strongly recommend to use g++ v7/clang++ v5 or upper
  • For Windows I strongly recommend to use Visual Studio 2017 or upper

How build

  • Install CMake
  • For Linux/OSX exec build.sh
  • For Windows exec build.bat (insert in the variable "VS_PATH" your Visual Studio installation path)

Generate and view an example scene

  • For Linux/OSX exec run.sh
  • For Windows exec run.bat

Notes

  • To exec the project in Windows, you must have "glew32.dll" and "glfw3.dll" in the binary folder (the default is "bin/Release"). You can find them in the folder "src\apps\w32\lib-vc2015".

Examples

island_jagged_1 island_jagged_2 island_regular_1 island_regular 2

About

Map generator using a voronoi diagram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages