summaryrefslogtreecommitdiff
path: root/README.md
blob: 3ab6f685f2a61a0edd01bddc0645f0bf8b22ba47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# hypershapes
**The more dimensions you add, the lower the quality should be. Setting the quality too high could slow down your computer.**

Create multi-dimensional shapes (projected onto the plane).  
It uses linear algebra to calculate how to project objects.

To add another dimension, just add another column in the matrix. There should only be two rows.

Requires:  
Numpy  
Python 2  
Tkinter (this should come with Python)  
Gtk

You can install the dependencies using pip:  
```
pip install PyGTK numpy
```