A computational geometry learning and experimentation tool.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Taylor Bockman 18c40bfb56 Dump old viewport usage for static - FIXME and implement random points 5 yıl önce
clusterview Dump old viewport usage for static - FIXME and implement random points 5 yıl önce
tests Dump old viewport usage for static - FIXME and implement random points 5 yıl önce
.gitignore Add notes.txt gitignore 5 yıl önce
CONTRIBUTING.md Easy grouping plus notes 5 yıl önce
LICENSE Improve design - Add cursor change feature on mode change 5 yıl önce
README.md Easy grouping plus notes 5 yıl önce
clusterview.py Update point set to function off of bounding boxes and add delete feature 5 yıl önce
clusterview.ui Enable resetting of the cluster solver 5 yıl önce
clusterview_ui.py Enable resetting of the cluster solver 5 yıl önce
conftest.py Successful first drawing and tests around the new PointSet 5 yıl önce
documentation.tex init commit 5 yıl önce
main_window.py Dump old viewport usage for static - FIXME and implement random points 5 yıl önce
requirements.txt Successful first drawing and tests around the new PointSet 5 yıl önce

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.