summaryrefslogtreecommitdiff
path: root/README.md
blob: 29e5ca87c4c17520e627b12244675c079146b510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.

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

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