From f776feab7460cb4876aa963065cc663b325d0118 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 25 Dec 2016 00:25:02 -0500 Subject: Edited readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 +``` -- cgit v1.2.3