Use Tobias' new adjusted diagram

This commit is contained in:
Simon Hausmann 2022-02-07 16:23:41 +01:00
parent de4e195280
commit 906aa0b8c2

View file

@ -49,7 +49,7 @@ Welcome to Slint C++'s documentation!
:target: https://github.com/sixtyfpsui/sixtyfps/discussions
:alt: GitHub Discussions
`Slint <https://sixtyfps.io/>`_ is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications.
`Slint <https://slint-ui.com/>`_ is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications.
Slint C++ is the C++ API to interact with a Slint UI from C++.
The .slint Markup Language
@ -81,7 +81,7 @@ Architecture
An application is composed of the business logic written in C++ and the `.slint` user interface design markup, which
is compiled to native code.
.. image:: https://sixtyfps.io/resources/architecture.drawio.svg
.. image:: https://slint-ui.com/resources/architecture.drawio.svg
:alt: Architecture Overview
Developing