A simple GTK weather app to play with Linux Mobile development in GTK4 and OpenWeather API.
Requires the following dev packages (names vary by linux distribution package manager):
- gtk4
- curl
- cairo
- pango
- openssl
- graphene
Requires rust install
cargo install --path .
As above, this is built in rust, so grab the latest stable toolkit, then just:
cargo run
Show any current alerts in the selected area
A breif overview of the current weather in the selected area.
A 24 hour glance at the upcoming weather, includes status, temperature, precipitation and gusting conditions for each hour.
A 8 day forecast view of the upcoming weather, includes status, temperature (by time of day), wind speed, direction and gusting conditions. Also includes sunset and sunrise times for each day of the week.
- Save and restore the last viewed location to be seen the next time you open the application.
- Save and restore the units of measure (Imperial / Metric)