branchrust_reboot/main/game_room_dlccancel
10 Commits over 61 Days - 0.01cph!
game_room_dlc_pool -> game_room_dlc
Add pocket support (which deletes the ball on contact)
Ball collision detection (against other bodies that arent walls)
Velocity response when two of those bodies hit (equal and opposite reaction) 🤓
pooltable_and_dartboard_models -> game_room_dlc
Created a small physics engine for Pool
- Uses ball and line intersection
- Cheap
- Data based structure so we can thread it/run on native
Still lots to implement. Working proof of concept