slint/docs/tutorial/rust/src/conclusion.md
Chris Chinchilla ba98a89e9b
Use Rust project templates as basis for current tutorial (#4488)
Uses the Rust project template to refactor the tutorial and numerous grammar and language changes.
2024-02-02 16:55:11 +01:00

1.2 KiB

Conclusion

This tutorial showed you how to combine built-in Slint elements with Rust code to build a game. There is much more to Slint, such as layouts, widgets, or styling.

We recommend the following links to continue:

  • Examples: In the Slint repository we have collected several demos and examples. These are a great starting point to learn how to use many Slint features.
  • Slint API Docs: The reference documentation for the main Rust crate.
  • Slint Interpreter API Docs: The reference documentation for Rust crate that allows you to dynamically load Slint files.