I created this application for the NASA International Apps Challenge, but unfortunately my team didn't achieve success. I've decided to open-source it on my account for you to try out or contribute to.
It calculates meteor impact using basic physics functions. It can compare scenarios with famous disasters like the Chernobyl explosion. It uses a 2D simulation I built with egui to make the simulation more realistic. I attempted to make it 3D using kiss3d, but it crashed and I didn't have much time left, so I quickly created a basic 2D version instead. My advice to contributors (thank you!!) is to focus on making the simulation 3D.
- Code Language: Rust 🦀
- GUI Library: egui
- Calculation Method: Basic physics functions
I greatly appreciate contributors! You can submit a PR or fork Metario without any hesitation. ❤️
MIT License