mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Initial conversion of the memory game tutorial to mdbook
This is the Rust version and it's still missing the wasm chapter. There's also other bits missing, such as syntax checking, highlighting, etc.
This commit is contained in:
parent
c9d1319ddf
commit
ae0a08ecdd
12 changed files with 462 additions and 0 deletions
8
docs/tutorial/src/introduction.md
Normal file
8
docs/tutorial/src/introduction.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Introduction
|
||||
|
||||
This tutorial will introduce you to the SixtyFPS UI framework in a playful way by implementing a little memory game. We are going to combine the `.60` language for the graphics with the game rules implemented in the Rust programming language.
|
||||
|
||||
Before we start, here's a sneak preview of how the game is going to look when finished:
|
||||
|
||||
<video autoplay loop muted playsinline src="https://sixtyfps.io/blog/memory-game-tutorial/memory_clip.mp4"
|
||||
class="img-fluid img-thumbnail rounded"></video>
|
Loading…
Add table
Add a link
Reference in a new issue