From 7f4d65bdf601d6002115277fc11bc4633392af93 Mon Sep 17 00:00:00 2001 From: Nuno David Date: Wed, 3 Jan 2024 11:09:49 +0000 Subject: [PATCH] chore: add shields.io badges to readme --- .github/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/README.md b/.github/README.md index 659fb35..3a1bd66 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,5 +1,11 @@ # ncube - A Generalized Hypercube Visualizer +
+ Crates.io Version + Website +
+
+ `ncube` allows you to visualize rotating hypercubes of arbitrary dimensions. It works by rotating the hyperdimensional vertices and applying a chain of perspective projections to them until the 3rd dimension is reached. **Everything