# 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 ```