slint/examples/memory
Simon Hausmann 9f7e407eff Fix fallback to source builds
Continue to run build-on-demand.mjs to permit a fallback to a
from-source build for users who run `npm install slint-ui` on a platform
where we don't provide binaries for (such as linux-armv7/64). However,
this is only done when run from the installed package, not from git.
From git, the prestart trick remains in use.
2024-11-14 12:25:42 +01:00
..
icons xtask: Fix up license headers 2023-08-17 08:55:28 +02:00
Cargo.toml Bump version number to 1.9.0 2024-09-25 11:49:15 +00:00
CMakeLists.txt Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
index.html Winit initial size adjustments and wasm size fixes 2023-10-24 15:28:18 +02:00
main.js node: added url support to loadFile (#6507) 2024-10-10 11:43:32 +00:00
main.py Python: Improve Struct mapping 2024-07-11 22:08:10 +02:00
main.rs Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
memory.cpp Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
memory.slint Fix cheating in memory game 2024-07-15 09:34:26 +02:00
package.json Fix fallback to source builds 2024-11-14 12:25:42 +01:00
Pipfile Python: Add Memory tutorial port 2024-03-07 19:48:48 +01:00
README.md Fixup dead links to the old tutorial 2024-10-03 10:15:52 +02:00

memory

A basic memory game used as an example the tutorial

.slint Design Rust Source C++ Source Online wasm Preview Open in SlintPad
memory.slint main.rs memory.cpp Online simulation Preview in Online Code Editor

Screenshot of Memory