Skip to content

Commit

Permalink
add info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Jan 21, 2024
1 parent 198482a commit 0312d99
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ BubbleSets for JavaScript

A JavaScript implementation of [Christopher Collins' bubble sets](https://innovis.cpsc.ucalgary.ca/Research/BubbleSets)
without the use of external libraries.
You can fin [a Java implementation here](https://github.com/JosuaKrause/Bubble-Sets).
You can find [a Java implementation here](https://github.com/JosuaKrause/Bubble-Sets).

[![Bubble Sets in action!](teaser.png)](https://bubblesets-js.josuakrause.com/)

Additional Features:

- Shape simplifying transformations
- Full TypeScript types
- Sparse potential area computation

Usage:

```shell
Expand Down

0 comments on commit 0312d99

Please sign in to comment.