/quadtree_example

Quadtree example using pantograph html canvas library

Primary LanguagePython

quadtree_example

  • Quadtree example using pantograph html canvas library

  • Requires:

  • The point and rectangle classes are from: https://wiki.python.org/moin/PointsAndRectangles

  • To run, make sure numpy and pantgraph are installed.

    • pip install numpy
    • pip install pantograph
    • python main.py
    • It should say:

Pantograph now running at http://127.0.0.1:8080

  • Load http://127.0.0.1:8080 in your browser and watch it go (hopefully)