A computational geometry learning and experimentation tool.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Taylor Bockman 6e78c857cb Improve design - Add cursor change feature on mode change 5 years ago
clusterview Improve design - Add cursor change feature on mode change 5 years ago
.gitignore init commit 5 years ago
CONTRIBUTING.md Get clusterview running on UI file generated code 5 years ago
LICENSE Improve design - Add cursor change feature on mode change 5 years ago
README.md init commit 5 years ago
clusterview.py Get clusterview running on UI file generated code 5 years ago
clusterview.ui Improve design - Add cursor change feature on mode change 5 years ago
clusterview_ui.py Improve design - Add cursor change feature on mode change 5 years ago
documentation.tex init commit 5 years ago
main_window.py Improve design - Add cursor change feature on mode change 5 years ago
requirements.txt Add some stubbing for points 5 years ago

README.md

ClusterView

A project for viewing, manipulating, and learning clustering algorithms in Computational Geometry.

Running

First, make sure you have python installed. If not, follow the installation instructions for your distribution.

First:

sudo pip3 install virtualenv

To make sure you have a working virtualenv.

Now, start virtualenv:

virtualenv venv
source venv/bin/activate

You should see (venv) prefixing your command line.

Now, install the requirements:

pip3 install -r requirements.txt

This will insure all pre-requisites are installed. You will need the Qt Framework installed as well.

Finally, run:

python3 clusterview.py

To start the software.