How to plot images as a radial tree only using math
问题 I've found this answer that is coded in C# to plot nodes in a radial tree and gained a lot of information. The problem is that I am having a hard time reading C# and can't exactly figure out the entirety of what's going on. The goal is to try and render a radial tree like the image below, into a game and dynamically show and hide the points based on progress. The majority of radial trees I see use networkx or matplotlib , but I don't want to bloat the game with packages when I only need to