makepad/examples/splash
2026-09-02 13:22:42 +02:00
..
resources fix svg 2026-02-08 21:17:46 +01:00
src fonts: manifest generated from the chains, app-level font assets, a symbol fallback, deprecated i18n aliases 2026-09-02 13:22:42 +02:00
tests examples: datagrid, portallist_hit, render_to_texture, splat_bench 2026-08-23 01:34:36 +02:00
Cargo.toml engine libs: render and sim for a strategy round, the per-unit decision hook, the mp4 sample index, stitch and xatlas quieted, example refresh 2026-09-01 16:46:35 +02:00
README.md platform2/draw2 otw 2025-11-30 14:56:53 +01:00

makepad-example-simple

A very simple example of a Makepad Framework application, used to illustrate the basic concepts of Makepad Framework. For an explanation of what Makepad Framework is, please see the README for the makepad-widgets crate.

The example consists of a chromeless window containing both a button and a label displaying a counter. Clicking the buttnon will increment the counter. It illustrates the basics of initializing an application, handling events, drawing the UI, and working with the DSL.

The code for this example is fairly well commented, so it should be a good starting point for playing around with Makepad Framework.

Contact

If you have any questions/suggestions, feel free to reach out to us on our discord channel: https://discord.com/invite/urEMqtMcSd=