Refer to the tutorial from our front-pages that also refer to the reference docs

This commit is contained in:
Simon Hausmann 2021-06-17 16:38:19 +02:00
parent 3c76206d7f
commit 54c8c7761b
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@ SixtyFPS.cpp is the C++ API to interact with a SixtyFPS UI from C++.
The complete C++ documentation can be viewed online at https://sixtyfps.io/docs/cpp/.
If you are new to SixtyFPS, you might also consider going through our [Walk-through tutorial](https://sixtyfps.io/docs/tutorial/cpp).
**Warning: Pre-Alpha**
SixtyFPS is still in the early stages of development: APIs will change and important features are still being developed.

View file

@ -16,6 +16,8 @@ This crate is the main entry point for embedding user interfaces designed with
Included in this documentation is also the [language reference](docs::langref),
documentation of [builtin elements](docs::builtin_elements), [widgets](docs::widgets) and [layouting](docs::layouting).
If you are new to SixtyFPS, you might also consider going through our [Walk-through tutorial](https://sixtyfps.io/docs/tutorial/rust).
## How to use:
The user interfaces are described in the `.60` design markup language. There are two ways