This is a personal project I made after attempting to build a boids algorithm in unreal. I realised I need to use octrees so decided to learn it myself starting with 2d quadtrees in SFML and then moving on to octrees in unreal engine. I also plan to create the quadtrees somewhat separately to the boids so others could possibly use my work in their own projects.

I wanted to do this project to develop my skills in recursion and memory management, I followed a coding train tutorial who was showing it in JavaScript so I still had a lot to think about as I develop my trees in C++.