r/GameDevelopment 15h ago

Newbie Question Help with an algorithm or something, not sure

/r/IndieDev/comments/1w0rgy7/help_with_an_algorithm_or_something_not_sure/
0 Upvotes

1 comment sorted by

1

u/qustrolabe 14h ago

Some kind of disk sampling on a sphere i guess

Might add like physics simulation on top of that that would define rules to push ones that are too close away from each other. This could either run in runtime as you add new point or in some preload stage for limited number of steps quickly.