rgoulter / cs5237-VoronoiArt

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

MyPanelOpenGL is quite a mess #24

Closed rgoulter closed 6 years ago

rgoulter commented 6 years ago

At the moment, this class does a lot of stuff; and seems to be responsible for everything from handling mouse events, maintaining the current structures used by the algorithms, and state / input from the buttons / widgets of the UI.

Surely some of these responsibilities can be split out into other classes.