Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 235 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 235 Bytes

sweep

An Implementation of the Bentley-Ottman Algorithm in JavaScript.

To see the library in action, first run the following build steps:

npm install
npm run build

Then open the following example:

examples/index.html