phetsims / soccer-common

"Soccer Common" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 1 forks source link

Use group-based grab/drag interaction for soccer balls #2

Closed marlitas closed 5 months ago

marlitas commented 10 months ago

We have decided that this is not necessary for CaV, but would like to implement an updated GrabDragInteraction ( https://github.com/phetsims/scenery-phet/issues/815 ) for the soccer balls in this repo for future use in sims such as Mean: Share and Balance.

This is not blocking CaV, but will be a priority for MSaB when it is scheduled and development begins. This will crossover with @zepumph or @jessegreenberg's work in https://github.com/phetsims/scenery-phet/issues/815

zepumph commented 6 months ago

Work for this issue will most likely be done in https://github.com/phetsims/scenery-phet/issues/815

zepumph commented 5 months ago

GroupSortInteractionModel and GroupSortInteractionView now live in scenery-phet, and are being used for the soccer ball scene interaction in soccer-common. I would recommend to close this issue. Though not all work is done with this work, soccer-common is central to it, and will be completed over in https://github.com/phetsims/scenery-phet/issues/815. Please also see https://github.com/phetsims/mean-share-and-balance/issues/137 for work in that sim (which will also include a soccer ball group sort).