slint/examples/memory
gondolyr 4c1d35967e Update memory example to use row and column props
Using row and column count properties improves the readability,
extensibility, and maintainability by removing the magic numbers for the
other calculated properties. Previously, it took me some time to
understand what these numbers represented and this change should remove
this difficulty.
2020-12-24 17:25: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 Added a node version of the memory puzzle game 2020-12-11 17:17:28 +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