slint/api/sixtyfps-cpp/docs/intro.md
2021-07-01 11:17:48 +02:00

16 lines
807 B
Markdown

# Introduction
[SixtyFPS](https://sixtyfps.io/) is a UI toolkit that supports different programming languages.
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.
## Tutorial
If you are new to SixtyFPS, then you may be interested in reading our walk-through [SixtyFPS Memory Game Tutorial Tutorial](../tutorial/cpp).
It will guide you through the `.60` mark-up language and the C++ API by building a little memory game.