mourner / rbush

RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RBush interactive visualization

Jadro007 opened this issue · comments

Hello,
I really like this project and it helped me a lot for my Advanced Data Structures course at university :) so thank you for making it!
Anyway, I used your project to make interactive R-tree visualization tool. You can see the details here: http://rtree.tomasjadrny.cz

If you would like it, I could make a pull request to add it to your examples. What do you think?

Your tool is very cool , is there a git repo for the source code ?

I created demo folder in fork of this repo, you can find it here https://github.com/Jadro007/rbush

Good demo!