jalberse / feriphys

Physics simulations for computer graphics, in Rust
GNU General Public License v3.0
2 stars 0 forks source link

Add UI #16

Closed jalberse closed 2 years ago

jalberse commented 2 years ago

This adds a UI to the bouncing ball simulation, and lets us control the simulation's config using the UI. Uses egui. This is implemented somewhat generally, so it should be useful for future simulations.