rgoulter / cs5237-VoronoiArt

Voronoi Art program written with OpenGL, Qt and OpenCV.
MIT License
3 stars 1 forks source link

Fix Windows Build #6

Closed rgoulter closed 6 years ago

rgoulter commented 6 years ago

Commits since 2013 had broken the build for Windows.

e.g. use of namespaced geometry::Polygon as Polygon conflicts with a function (macro?) from windows.h. Also references to SOIL.h and other things like that.

rgoulter commented 6 years ago

Fixed by #18.

For what it's worth: