Hello World
Introduction
Welcome to the Azul framework. In this guide you will learn how to write a simple 50-line program that produces a window with a counter and a button to increase said counter - showcasing how data models, click callbacks and installation / running Azul applications works.
Because each programming language is different, there's no such thing as „one hello world guide“ as every language has differences in setup, installation methods and code style.
Each guide is self-contained, you do not need to read the others. Each page walks you through the same five-step path:
- Installation or linking the Azul library.
- Defining a data model.
- Writing a
layoutcallback that returns aDom. - Attaching a click callback that mutates the model.
- Building, running, notes for common pitfalls.
Supported languages
Pick the „Hello World“ / Setup guide for your language: