slint/examples/memory
Simon Hausmann 5f265ffc09 Split up ComponentWindow::run() into show(), hide() and sixtyfps::run_event_loop()
This allows creating multiple windows for example, and it will allow for
showing windows in those tests that require a mapped window.

As a bonus, the run() function on generated components is not consuming
anymore.
2021-01-19 09:50:22 +01:00
..
icons Memory game: add the logo on the hidden tile 2020-12-08 20:21:56 +01:00
Cargo.toml Switch the memory example to the simpler .60 import mechanism 2020-12-10 15:10:30 +01:00
CMakeLists.txt Use PRIVATE in target_link_libraries 2020-12-16 14:29:12 +01:00
index.html Apply the wasm init simplifcation from the tutorial 2020-12-09 13:52:20 +01:00
main.js Split up ComponentWindow::run() into show(), hide() and sixtyfps::run_event_loop() 2021-01-19 09:50:22 +01:00
main.rs Switch the memory example to the simpler .60 import mechanism 2020-12-10 15:10:30 +01:00
memory.60 Update memory example to use row and column props 2020-12-24 17:25:22 +01:00
memory.cpp Style edits 2020-12-10 15:02:41 +01:00
package.json Added a node version of the memory puzzle game 2020-12-11 17:17:28 +01:00