Hello, all!
This is my first ever programming project, and I’m really excited to share it! 🚀
I originally started building this app in Python, but the compiled version ended up being over 11MB, which felt too heavy. So, with a lot of help from AI (thanks, ChatGPT! 😄), I rewrote it in Rust — and now it works like a charm.
This simple tool helps you find the nearest spawn cell in a game. Just enter your current in-game coordinates, and the app will calculate the closest spawn point for you.
- Input your current location in-game
- App calculates the nearest spawn cell position
- Functional keyboard shortcuts:
Enter
– Confirm inputEsc
– Cancel or exit input
To run the app:
- Download or clone the repository
- Build it using Rust:
cargo build --release
Also added compiled version https://github.com/EnPaulius/spawn_cell_egui/releases/tag/spawn_cell_egui