'Lost traction? Lost grip of time? Reset. Start anywhere. Start somewhere.'
A cross-platform time-awareness-and-management Windows-first GUI application written in Rust, and meant first and mostly to be used as an overlay desktop app to help with the aforementioned purpose.
This project was jump-started by way of egui's eframe template.
Since I'm working under WSL2, the building of this project requires cross or something similar, which is also why the build status is currently broken, and some of github action's default settings are currently commented out. I plan to find a way to fix those at some point, but it's not at the top of my priority list for now.
Beyond following the regular rust installation movements, if you're also under WSL2, you'll need to:
cargo install cross --git https://github.com/cross-rs/cross
cross build --release --target x86_64-pc-windows-gnu
This is how the app looks and runs at this point in time (25th October 2023):
Grabacion.2023-10-25.123302.mp4
This is a work in progress, the README, as well as the project. To be continued...