TOC

Day Five: QuadTree Interlude Pt. 1

Repo for Day 5

Based on Coding Challenge 98.1. Watched that vide and then tried to build it from memory. Lots of steps, lots of fun. Looking forward to part two.

Hover over the sketch to make it run.

  1. step01_make_datatypes
  2. step02_start_quad_tree
  3. step03_quadtree_add_points
  4. step04_split_bounds
  5. step05_add_subtrees