Tag: GUI
All the articles with the tag "GUI".
-
How to Implement a Circular Progress Bar in Rust GPUI Framework
Published date:Detailed guide on implementing a circular progress bar component in the Rust GPUI framework, including using canvas API for advanced graphics drawing and supporting both animated loading and progress display modes.
-
Modern Rust GUI Development Framework: Similarities between GPUI and TailwindCSS
Published date:Exploring the similarities between GPUI's API and TailwindCSS, focusing on atomic design approach for UI styling, ElementId usage, and the differences between Render and RenderOnce traits.