rgoulter / cs5237-VoronoiArt

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

Improve debuggability #27

Open rgoulter opened 6 years ago

rgoulter commented 6 years ago

Currently:

These kind of log remarks and timings may be useful for a Debug build, but not Release. :-) (It'd be nice to compile-time enable things like this for a Debug build, and omit them in a Release build).

rgoulter commented 6 years ago

Hmm. ... It'd be nice to clarify the scope here:

It may be nice to, from Qt window, also have a way to show info about the Voronoi Polygons (since they look messed up), as well as the Delaunay directed-graph triangle structure.


The need for the "debuggability" elsewhere was e.g. due to our use of a broken Fortune's implementation, and trying to use imprecise arithmetic on an algorithm which assumed precise arithmetic.