Skip to content

Commit

Permalink
Added shields and links
Browse files Browse the repository at this point in the history
  • Loading branch information
gammelalf authored Dec 1, 2022
1 parent 56ffdab commit f07d92c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# nbezier
<a href="https://github.com/gammelalf/nbezier/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/gammelalf/nbezier" alt="license">
</a>
<a href="https://crates.io/crates/nbezier">
<img src="https://img.shields.io/crates/v/nbezier" alt="crates.io">
</a>
<a href="https://docs.rs/nbezier/0.2.1/nbezier/">
<img src="https://img.shields.io/docsrs/nbezier" alt="docs">
</a>

nbezier aims to be a general purpose library for working with bezier curves of any degree.

It uses [nalgebra](https://nalgebra.org/) (hence the name) to implement a generic `BezierCurve`.
Expand Down

0 comments on commit f07d92c

Please sign in to comment.