A cross platform native GUI app built with Rust using egui. Uses newsapi.org as the source to fetch news articles.
This is a WIP and the current status can be found in implementation status
- Base UI
- Integrate dark mode
- Integrate real articles feed.
- Config window for setting API_KEY
- State persistance
- Cross platform
Make sure egui
dependencies are installed.
Once done, run cargo run
on the terminal (you need to have the Rust toolchain installed).
Works as usual using cargo run
Run ./setup_web.sh
Launch with ./start_web.sh
All kinds of contributions are welcome.
MIT