Skip to content

A simple python implementation of the paper "Fast generation of pointerless octree duals" in 2D (quadtree).

License

Notifications You must be signed in to change notification settings

GuangyanCai/octree-dual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

octree-dual

A simple python implementation of the paper Fast generation of pointerless octree duals in 2D (quadtree).

How to run

The script requires numpy, matplotlib, and pymorton to run. You can install pymorton by

pip install pymorton

After installing the dependencies, you can run the script by

python octree_dual.py

which will generate a random quadtree and its duals, and display them. Here is an example output:

demo

The blue grid is the quadtree and the red grid is the duals. For more details, please refer to the code.

About

A simple python implementation of the paper "Fast generation of pointerless octree duals" in 2D (quadtree).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages