Skip to content

Commit

Permalink
chore: add shields.io badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ndavd committed Jan 3, 2024
1 parent 1d49632 commit da3698a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ncube - A Generalized Hypercube Visualizer

<div>
<img alt="Crates.io Version" src="https://img.shields.io/crates/v/ncube?style=flat-square">
<img alt="Website" src="https://img.shields.io/website?url=https%3A%2F%2Fncube.ndavd.com&style=flat-square">
</div>
<br/>

`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
Expand Down

0 comments on commit da3698a

Please sign in to comment.