Installing a supported Rust compiler Installation on Windows Installation on Linux / Mac Notes for users of the Haskell IDE "Leksah" (MSVC) System dependencies Linux Creating...
The Document Object Model (DOM) Uni-directional data flow Hello World An in-depth look The data model The Layout trait The DOM struct Running the application Automatic updat...
Necessary features Getting started For drawing custom graphics, azul has a high-performance 2D vector API. It alsoallows you to load and draw SVG files (with the exceptions of g...
Welcome Welcome The Azul GUI toolkit is a free, functional, IMGUI-orientedGUI framework for rapid prototyping of desktop applicationswritten in Rust, supported by the Mozilla W...
Azul - Desktop GUI framework WARNING: The features advertised in this README may not work yet. Website | Tutorial / user guide | Video demo | Discord Chat About Hello World Pr...
The data model Layout Handling callbacks Summary In this tutorial we are going to build a simple application where the user canclick on a button to increment a counter. It sho...
What is two-way data binding? Writing a text input yourself Example code Stack-checked pointers Heap-allocated states Summary What is two-way data binding? Two way data bi...
Timers Threads Tasks Summary This page mainly concerns itself with offloading callbacks to background threads,for example in order to keep the UI responsive while waiting for ...