timknip / sweep

An Implementation of the Bentley-Ottman Algorithm in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An Implementation of the Bentley-Ottman Algorithm in JavaScript.

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.9%