rgoulter / cs5237-VoronoiArt

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

Issue 33 templateize delaunay #38

Closed rgoulter closed 6 years ago

rgoulter commented 6 years ago

Some notes:

rgoulter commented 6 years ago

Thoughts/concerns that the code can fail-an-assert?

I guess I'd hoped that using double instead of LongInt would make it much faster.

It would be 'wrong' to "break" the GUI like this. -- It would be 'acceptable' if the quick / broken one were a choice.

In any case, I think this PR is loosely an improvement. And that the project has other issues besides speed. -- Probably offering which 'algorithm' to use would be a good idea. (And probably implementing Fortune's would be a better idea. -- Or making the Delaunay one ... visual / informative).