mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Add links to the template repositories
This commit is contained in:
parent
cbefe741fc
commit
bbe178aadf
4 changed files with 23 additions and 0 deletions
|
@ -235,3 +235,5 @@ That's it.
|
|||
|
||||
For more details, check the [Online documentation](https://sixtyfps.io/docs/cpp) and the full
|
||||
[Walk-through tutorial](https://sixtyfps.io/docs/tutorial/cpp).
|
||||
We also have a [Getting Started Template](https://github.com/sixtyfpsui/sixtyfps-cpp-template) repository with
|
||||
the code of a minimal C++ application using SixtyFPS that can be used as a starting point to your program.
|
||||
|
|
|
@ -74,3 +74,8 @@ the ui, read or write properties or set callbacks. You can learn more about how
|
|||
|
||||
For an in-depth walk-through, you may be interested in reading our walk-through <a href="../tutorial/cpp">SixtyFPS Memory Game Tutorial Tutorial</a>.
|
||||
It will guide you through the `.60` mark-up language and the C++ API by building a little memory game.
|
||||
|
||||
## Template
|
||||
|
||||
You can clone the [Template Repository](https://github.com/sixtyfpsui/sixtyfps-cpp-template) repository with
|
||||
the code of a minimal C++ application using SixtyFPS that can be used as a starting point to your program.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue