quadtree_dart

Last updated:

0 purchases

quadtree_dart Image
quadtree_dart Images
Add to Cart

Description:

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!

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.