Last updated:
0 purchases
quadtree dart
Quadtree #
A lightweight quadtree implementation written in Dart.
Installing #
Run this command:
> flutter pub add quadtree_dart
copied to clipboard
Motivation #
I plan on building a force-directed-graph library in Dart that will use quadtree_dart to reduce the order complexity of force calculations from O(n^2) to O(nlog(n)).
Example #
See example/ for a fleshed-out example with tunable parameters.
You can see it live on rjmath-quadtree.web.app 🎉
Contribution #
Contibutions are welcome!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.