I’m gonna go ahead with the press a button to randomize the parameters functionality. That sort of triggers a cascade of requirements.
I want to detect collisions and skip those parameters.
Off topic, but I just had a thought that I’d like to see the parameter sets that don’t result in a collision drawn in a scatterplot.
Detecting these collisions and skipping to the next parameter set should happen when a key is pressed, not on every frame. Right now I don’t have a good way to do that. (Is that true?)
When I started writing this list I thought I was going to end with finally implementing an event that indicates when the parameters change. I’ve considered doing it before but there was never a strong need for it. Like, technically the app is redoing work every frame that it only needs to do when an even occurs but it doesn’t tangibly impact performance so.
Let’s go agile. Make the button first. Generate random parameter sets that do have collisions. Then go from there.
I’m glad we had this talk.