mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-02 00:27:27 +00:00
Change the Url from sixtyfps.io to slint-ui.com
Also, change the URL of the logo in the docs
This commit is contained in:
parent
d1e48540e1
commit
1425ef63de
99 changed files with 161 additions and 161 deletions
|
@ -1,7 +1,7 @@
|
|||
# Getting Started
|
||||
|
||||
In this tutorial, we use C++ as the host programming language. We also support other programming languages like
|
||||
[Rust](https://sixtyfps.io/docs/rust/sixtyfps/) or [JavaScript](https://sixtyfps.io/docs/node/).
|
||||
[Rust](https://slint-ui.com/docs/rust/sixtyfps/) or [JavaScript](https://slint-ui.com/docs/node/).
|
||||
|
||||
You will need a development environment that can compile C++20 with CMake 3.19.
|
||||
We do not provide binaries of Slint yet, so we will use the CMake integration that will automatically build
|
||||
|
@ -59,7 +59,7 @@ cmake --build .
|
|||
|
||||
and a window will appear with the green "Hello World" greeting.
|
||||
|
||||

|
||||

|
||||
|
||||
Feel free to use your favorite IDE for this purpose, or use out-of-tree build, or Ninja, ...
|
||||
We just keep it simple here for the purpose of this blog.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue