maaslalani / confetty

Confetti in your TTY
MIT License
413 stars 18 forks source link

Remove custom physics package in favour of harmonica #2

Closed maaslalani closed 3 years ago

maaslalani commented 3 years ago

charmbracelet/harmonica now has 2D + 3D projectile motion https://github.com/charmbracelet/harmonica/pull/6

This allows us to remove the physics package in confetty and solely rely on harmonica for the physics code.

maaslalani commented 3 years ago

Needs https://github.com/charmbracelet/harmonica/pull/7 before merging (update go.mod)