bouncing_ball 0.0.1
bouncing_ball: ^0.0.1 copied to clipboard
A simple physics engine for ball movement with gravity, friction, and elasticity.
0.0.1 – Initial Release #
- Added
BouncingBallwidget to simulate a ball with physics. - Supports gravity, friction, and elasticity for natural motion.
- Circle or square ball shapes are supported.
- Ball can be pushed interactively via drag gestures.
- Added support for blockers (rectangular obstacles) that the ball can collide with.
- Configurable ball size, gravity, friction, and timestep (
dt).