Interactive K-Means with Qt and OpenGL, written in C++.
Running the code in Qt Creator
Running this code requires Qt Creator.
- Open Qt Creator. Go to File->Open File or Project...
- then navigate to the project you wish to open and click on the .pro file (i.e., KMeansOpenGL.pro). Note, if you open the .h files or .cpp files instead it will not open the entire project.
You can then build and run the code inside of Qt Creator ([tutorial[(https://stanford.edu/class/archive/cs/cs106b/cs106b.1154/qtcreator/qtcreator.html)).
- Imad Eddine Toubal - Initial work - imadtoubal
This project is licensed under the MIT License - see the LICENSE file for details