diff options
author | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2016-12-25 00:25:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-25 00:25:02 -0500 |
commit | f776feab7460cb4876aa963065cc663b325d0118 (patch) | |
tree | adf5199e610e8718c0272c9a08e739cc686170d7 | |
parent | 6b4bf92769d04a6f24d0e10a19ad9605941b9b96 (diff) |
Edited readme
-rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 +``` |