rgoulter / cs5237-VoronoiArt

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

Improve clean-up discipline #42

Open rgoulter opened 6 years ago

rgoulter commented 6 years ago

Parts of the project use raw pointers, and also e.g. Qt5 connections which probably need to be cleaned up.