mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
Move the Rust tutorial into a sub-directory
To make room for the C++ version next to it :-)
This commit is contained in:
parent
a012809bd0
commit
7b95371c78
26 changed files with 10 additions and 10 deletions
10
docs/tutorial/rust/src/conclusion.md
Normal file
10
docs/tutorial/rust/src/conclusion.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Conclusion
|
||||
|
||||
In this tutorial, we have demonstrated how to combine some built-in SixtyFPS elements with Rust code to build a little
|
||||
game. There are many more features that we have not talked about, such as layouts, widgets, or styling. Have a look
|
||||
at the [examples](https://github.com/sixtyfpsui/sixtyfps/tree/master/examples) in the SixtyFPS repo to
|
||||
see how these look like and can be used, such as the [todo example](https://github.com/sixtyfpsui/sixtyfps/tree/master/examples/todo).
|
||||
|
||||
A slightly more polished version of this memory puzzle game is [available in the SixtyFPS repository](
|
||||
https://github.com/sixtyfpsui/sixtyfps/tree/master/examples/memory). And you can <a href="https://sixtyfps.io/demos/memory/" target="_blank">play the wasm version</a> in your browser.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue