rgoulter / cs5237-VoronoiArt

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

Issue 24 refactor qt widget #40

Closed rgoulter closed 6 years ago

rgoulter commented 6 years ago

Fixes issue #24 (mostly).

Moves much of the functionality of MyPanelOpenGL to either mainqt or to VoronoiEffect.

There are different things which don't-quite-work-well. e.g. currently MyPanelOpenGL can just click to add points... and then draws these on-top of the VoronoiEffect. -- A problem will come if want to: click + add points, after running an algorithm; visually, may want to distinguish the points.. and, may want to show other inputted points!

rgoulter commented 6 years ago

Also fixes #9.