From 54c8c7761b42a0e5dc6833d12e52bdeb0d5161b3 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 17 Jun 2021 16:38:19 +0200 Subject: [PATCH] Refer to the tutorial from our front-pages that also refer to the reference docs --- api/sixtyfps-cpp/README.md | 2 ++ api/sixtyfps-rs/lib.rs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/api/sixtyfps-cpp/README.md b/api/sixtyfps-cpp/README.md index b264c3f82..4835651da 100644 --- a/api/sixtyfps-cpp/README.md +++ b/api/sixtyfps-cpp/README.md @@ -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. diff --git a/api/sixtyfps-rs/lib.rs b/api/sixtyfps-rs/lib.rs index 40a3d93f3..4ad2025cb 100644 --- a/api/sixtyfps-rs/lib.rs +++ b/api/sixtyfps-rs/lib.rs @@ -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