Chris Chinchilla
|
ba98a89e9b
|
Use Rust project templates as basis for current tutorial (#4488)
Uses the Rust project template to refactor the tutorial and numerous grammar and language changes.
|
2024-02-02 16:55:11 +01:00 |
|
Simon Hausmann
|
96d7bb132c
|
reuse: remove glob for markdown files
Instead, place the copyright and license right into the source.
To satisfy reuse, this also removes the unnecessary MIT.txt
symlinks.
|
2023-08-17 08:55:28 +02:00 |
|
runiq
|
65712e89ae
|
Fix some links in Rust tutorial
|
2023-06-23 11:03:57 +02:00 |
|
Olivier Goffart
|
11dea135f7
|
Domain: slint-ui.com -> slint.dev
|
2023-06-16 10:55:08 +02:00 |
|
Tobias Hunger
|
42d1fbdbcf
|
docs: Use it's, etc. more consistently (#2287)
|
2023-02-24 17:42:22 +01:00 |
|
Simon Hausmann
|
a9c76d44a2
|
Fix links from the tutorial to the Rust crates
The crate has been renamed. There's a redirect in place, so the release docs should be ok,
but in the future we should use the right name.
|
2022-02-10 13:25:46 +01:00 |
|
Olivier Goffart
|
1425ef63de
|
Change the Url from sixtyfps.io to slint-ui.com
Also, change the URL of the logo in the docs
|
2022-02-08 08:52:46 +01:00 |
|
Tobias Hunger
|
a0d89c0346
|
Polish rust tutorial
|
2022-02-02 17:02:49 +01:00 |
|
Olivier Goffart
|
3594c20153
|
Replace SixtyFPS in many locations (Uppercase)
|
2022-02-02 15:49:18 +01:00 |
|
Olivier Goffart
|
692171bf0c
|
Change the 60 blocks to slint blocs in documentation comments
|
2022-02-02 10:51:42 +01:00 |
|
Olivier Goffart
|
03534039d6
|
Replace more .60 by .slint
Mainly an automated change with
git grep -O"sed -i 's/\.60/.slint/g'" -w "\.60"
and some manual checks
|
2022-02-02 10:12:31 +01:00 |
|
Tobias Hunger
|
e01bd87df8
|
Janitor: Fix warnings about markdown files
These might change the layout of the rendered markdown files. This will
also fix some typos along the way:-)
|
2021-06-28 08:32:25 +02:00 |
|
Simon Hausmann
|
c540cbaf2d
|
Replace inline .60 code in game logic in $lang chapter
|
2021-06-17 15:19:09 +02:00 |
|
Simon Hausmann
|
56e56f7028
|
Fix HTML tag in rust tutorial
|
2021-06-17 15:13:25 +02:00 |
|
Simon Hausmann
|
310a437b88
|
Add missing manual syntax highlights
A few more spotted in the original HTML
|
2021-06-17 14:00:55 +02:00 |
|
Simon Hausmann
|
8083046e1d
|
Initial port of the C++ version of the memory tutorial
A couple of things still need to be done though, including more sharing with
the Rust version, cmake syntax highlighting, externalizing the code.
|
2021-06-17 11:53:16 +02:00 |
|
Simon Hausmann
|
7b95371c78
|
Move the Rust tutorial into a sub-directory
To make room for the C++ version next to it :-)
|
2021-06-17 11:04:43 +02:00 |
|