Build Android apps using Rust and iced
Some time ago I decided to try building an Android app using Rust. After a few weeks I got it working. There was a new iced release recently, so I've just updat...
Some time ago I decided to try building an Android app using Rust. After a few weeks I got it working. There was a new iced release recently, so I've just updat...
World‑Time Display in Rust A world‑time display in Rust requires three components: Chrono – timezone calculations egui – the GUI framework Reference‑city appro...
Overview Building desktop GUIs in Python has often felt either too low‑level or too restrictive. PyUIkit is a modern, component‑based GUI library inspired by w...
Introduction I built my first Python app named TidyBit – a simple file organizer with a clean graphical user interface. It runs on both Windows and Linux platf...
Hey Python devs! 👋 I’m excited to share PyUIkit 1.0.0, a modern, web-style GUI framework for Python built on top of CustomTkinter. It brings Div-based layouts,...