Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NailxSharipov authored Sep 1, 2023
1 parent 3436bab commit 9a9fff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<p align="center">
<img src="https://github.com/iShape-Rust/iShape-js/blob/main/Readme/balloons.svg" width="250"/>
</p>
The iShape-js is a poly-bool library that supports main operations such as union, intersection, difference, xor, and self-intersection by the even-odd rule. This algorithm is based on Vatti clipping ideas but is an original implementation.
The iShape-js is a WebAssembly library compiled from a Rust library for handling various 2D geometry operations. A poly-bool library supports main operations such as union, intersection, difference, xor, and self-intersection by the even-odd rule. This algorithm is based on Vatti clipping ideas but is an original implementation.

## [Demo](https://ishape-rust.github.io/iShape-js/demo/stars_demo.html)
Try out i_overlay with an interactive demo. The demo covers operations like union, intersection, and difference.
Try out iShape with an interactive demo. The demo covers operations like union, intersection, and difference.
[Demo](https://ishape-rust.github.io/iShape-js/demo/stars_demo.html)


Expand Down

0 comments on commit 9a9fff9

Please sign in to comment.