summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53cca80..29e5ca8 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,15 @@
# hypershapes
-Create multi-dimensional shapes (projected onto the plane)
+**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
+```