slint/api/sixtyfps-cpp/docs/intro.md
Simon Hausmann 7a81e8deee C++ docs: Fix link to tutorial
my_st ended up trying to interpret the md link, so go to raw html ;)
2021-07-02 10:39:24 +02:00

451 B

Introduction

SixtyFPS is a UI toolkit that supports different programming languages. SixtyFPS.cpp is the C++ API to interact with a SixtyFPS UI from C++.

Tutorial

If you are new to SixtyFPS, then you may be interested in reading our walk-through SixtyFPS Memory Game Tutorial Tutorial. It will guide you through the .60 mark-up language and the C++ API by building a little memory game.