Move the Rust tutorial into a sub-directory

To make room for the C++ version next to it :-)
This commit is contained in:
Simon Hausmann 2021-06-17 11:03:27 +02:00
parent a012809bd0
commit 7b95371c78
26 changed files with 10 additions and 10 deletions

View 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.