Looking for super nice work from past (2011 year)

Hello, I’m trying to find one superb nice work from far past. It was a collision example with a lot of orange circles, which user can touch and move. I attached a picture.
Снимок экрана 2020-03-28 в 18.49.19

A trip down memory lane… by the right person.

It is probably easier if you implement the solution yourself at this point. There is sample code in this and previous forums about circle collision so no need to start from scratch. Then add the specifics… ask here for guidance if stuck.

Kf

2 Likes

It’s absolutely non trivial task to detect and handle a lot of collision at once. And it was super elegant and fast solution on 2d vectors.

Try using image search on your image along with “PVector” or “Box2D”

https://www.google.com/search?hl=en&tbs=simg:CAEShgEJ9BUtNIhdsjYaewsQsIynCBpfCl0IAxIl1wHVAdQBN5YG1h1BOKwZsQyGJ4cn_1TPdKLgnsCjgKP8zrDbQNhowaTwtlvsonAfZ6Ojx4z03UL_1lEJ-qyHcsXEEGTK9uwSuSHrBQBzcPaQ7s4-wDjvpQIAQMCxCOrv4IGgoKCAgBEgTw18xCDA&sxsrf=ALeKk03YPb1e9hQkIzk3ZEsTNDTkoTCxzg:1585418802289&q=box2d&tbm=isch&sa=X&ved=2ahUKEwja9p6k4b3oAhWPvZ4KHY8rCU8Qsw56BAgBEAE&biw=1114&bih=793

1 Like