If none of my experiments fail, I'm not being ambitious enough. So I'm ok with having many failures. This was a fun experiment.
If none of my experiments fail, I'm not being ambitious enough. So I'm ok with having many failures. This was a fun experiment.
www.redblobgames.com/blog/2025-05...
www.redblobgames.com/blog/2025-05...
float angle = random(p) * 2.0 * PI + iTime;
and then you'll see the little black/white circles rotating around the triangle vertices (easier if you zoom in by changing the /50.0 to /200.0 at the end)
float angle = random(p) * 2.0 * PI + iTime;
and then you'll see the little black/white circles rotating around the triangle vertices (easier if you zoom in by changing the /50.0 to /200.0 at the end)