summaryrefslogtreecommitdiff
path: root/README.md
blob: e30cb38d03ebc5cda5e3a84417e3437e9c42cdf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# hypershapes
**There are just spheres now, but more objects are coming soon.**  
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
```