Tobias Hunger
|
0139eea4f9
|
xtask: Fix up license headers
* Keep project related .md files triple licensed as the rest of the
crate
* Make vtable MIT OR Apache 2.0 (as suggested by @ogoffart)
|
2023-08-17 08:55:28 +02: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 |
|
Olivier Goffart
|
11dea135f7
|
Domain: slint-ui.com -> slint.dev
|
2023-06-16 10:55:08 +02:00 |
|
Simon Hausmann
|
59a45c6268
|
Fix markdown tables
|
2023-06-01 17:40:54 +02:00 |
|
Simon Hausmann
|
ced5803026
|
Add an example that shows how to combine ffmpeg with Slint
This is a minimal example, that can be used as basis to implement
hardware acceleration for video playback later.
|
2023-06-01 17:36:52 +02:00 |
|
Simon Hausmann
|
eadfec64a3
|
Add support for importing OpenGL textures into Slint
This is the initial API for Slint to borrow OpenGL textures from the
application for rendering.
|
2023-06-01 15:56:55 +02:00 |
|
Simon Hausmann
|
e2180ea0f9
|
SixtyFPS -> Slint
|
2023-05-23 17:14:42 +02:00 |
|
Olivier Goffart
|
1425c1f5d3
|
Update URL to 7guis
|
2023-04-30 11:41:49 +02:00 |
|
Nuno Mendes
|
8a9ab3e295
|
fix(readme): table of virtual keyboard example
|
2023-04-22 07:18:08 +02:00 |
|
Simon Hausmann
|
4d502a9f96
|
Add a C++ version of the Virtual Keyboard example
|
2023-04-14 11:39:02 +02:00 |
|
Florian Blasius
|
bcb9d1ef83
|
virtual keyboard example (#2490)
* Update examples/virtual_keyboard/rust/Cargo.toml
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* Update internal/core/window.rs
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* Update internal/core/api.rs
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* Update internal/core/api.rs
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* Update internal/core/api.rs
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* Update internal/core/api.rs
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* code review fixes
---------
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
|
2023-04-13 08:36:40 +02:00 |
|
Simon Hausmann
|
d5bd87862b
|
Add the energy monitor to the examples README
|
2023-03-29 21:12:41 +02:00 |
|
Simon Hausmann
|
bbdc8955cb
|
doc: Fix path to slide puzzle main.rs
|
2023-03-29 17:54:18 +02:00 |
|
Simon Hausmann
|
5c3aa0f46d
|
Rename "Online Editor" to "SlintPad"
|
2023-03-29 08:57:40 +02:00 |
|
Florian Blasius
|
b87705aa56
|
Add mcu support to the carousel example (#1744)
The carousel example can be now also run on the supported mcu devices
|
2022-10-19 14:54:39 +02:00 |
|
Florian Blasius
|
e5bf4c05de
|
Add example for custom carousel widget (#1739)
Add a new example that contains a custom carousel widget
|
2022-10-18 14:01:17 +02:00 |
|
Lukas Jung
|
7d5998cb81
|
Add 7GUIs Readme (#1266)
|
2022-05-19 14:27:52 +02:00 |
|
Olivier Goffart
|
cd429c5718
|
Update cargo-ui URL
|
2022-02-10 20:37:18 +01:00 |
|
Olivier Goffart
|
0eba0e3e4a
|
Leftover .60
|
2022-02-09 13:37: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 |
|
Olivier Goffart
|
00ff5e21a7
|
Update git repository URL
|
2022-02-08 08:26:21 +01:00 |
|
Simon Hausmann
|
125b90a64b
|
Merge remote-tracking branch 'origin/master' into wip/rename
Conflicts:
api/cpp/cbindgen.rs
api/cpp/include/slint.h
examples/CMakeLists.txt
examples/imagefilter/Cargo.toml
examples/plotter/main.rs
internal/backends/mcu/lib.rs
|
2022-02-04 16:47:20 +01:00 |
|
Simon Hausmann
|
0e6b4080d6
|
Add a Rust example that demonstrates GL rendering under a scene
|
2022-02-04 15:41:53 +01:00 |
|
Olivier Goffart
|
3594c20153
|
Replace SixtyFPS in many locations (Uppercase)
|
2022-02-02 15:49:18 +01:00 |
|
Olivier Goffart
|
69908a32b6
|
Rename sixtyfps-viewer -> slint-viewer
|
2022-02-02 13:19:40 +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
|
842f75e653
|
[reorg]: Move api/sixtyfps-rs/sixtyfps-* into api/rs
|
2022-01-31 18:24:33 +01:00 |
|
Olivier Goffart
|
8fec471785
|
Add screenshot of CargoUI in the examples/README
|
2021-10-21 17:53:06 +02:00 |
|
Olivier Goffart
|
4d496c2c44
|
Fix a table in the example README
|
2021-08-13 11:48:12 +02:00 |
|
Simon Hausmann
|
e24ff2bff4
|
Add the plotter wasm build to the example README
|
2021-08-11 17:23:39 +02:00 |
|
Olivier Goffart
|
b62d600a3a
|
Make the imagefilter demo self-contained
|
2021-08-11 15:44:36 +02:00 |
|
Simon Hausmann
|
8879af374a
|
Add the plotter example to the README
The screenshot link is broken right now, but that's due to the website.
Hopefully in the future we can add a wasm version.
|
2021-08-10 22:45:32 +02:00 |
|
Simon Hausmann
|
7c38042dde
|
Add the imagefilter to the examples README
|
2021-08-10 17:24:05 +02:00 |
|
Olivier Goffart
|
6265b7b9f6
|
Add a reference to cargo-ui in examples/README.md
|
2021-07-22 11:57:00 +02:00 |
|
Olivier Goffart
|
3d9b0fa19c
|
Adjustment to the example README
|
2021-07-12 13:38:13 +02:00 |
|
Olivier Goffart
|
6e9db5e6e6
|
examples/README: Fix a table
|
2021-07-09 14:42:46 +02:00 |
|
Olivier Goffart
|
88d6c227cf
|
iot-dashboard: Make the README in markdown and add in the example dir
Also change the url to the demo and editor to the snapshots/master
since this is the README for the git repository's master branch
|
2021-07-08 14:27:27 +02: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 |
|
Olivier Goffart
|
8c6eb65f1c
|
Few adaptations of the renamed viewer
|
2021-05-22 09:30:57 +02:00 |
|
Olivier Goffart
|
c48743eb4d
|
Add the memory to the examples/README
|
2021-01-28 19:17:31 +01:00 |
|
Simon Hausmann
|
e249260435
|
Add another ninja use
|
2020-12-15 19:46:02 +01:00 |
|
Olivier Goffart
|
b8b2a30853
|
Add a note about wasm build in the example README
|
2020-12-08 13:10:52 +01:00 |
|
Simon Hausmann
|
303c645ace
|
Move the screenshots to the website
|
2020-11-25 09:30:50 +01:00 |
|
Olivier Goffart
|
34e555f422
|
Add the slide_puzzle in examples/README.md
|
2020-11-23 16:07:17 +01:00 |
|
Olivier Goffart
|
263df7dc63
|
Remove the www from all sixtyfps.io URL
|
2020-10-29 11:06:06 +01:00 |
|
Simon Hausmann
|
f53997c155
|
Add the node examples to the examples README
|
2020-10-21 13:54:45 +02:00 |
|
Simon Hausmann
|
a4745d911c
|
Fix typo
|
2020-10-12 21:18:32 +02:00 |
|
Olivier Goffart
|
8fbfc3c4d7
|
Improve README
|
2020-10-09 13:39:40 +02:00 |
|
Olivier Goffart
|
119898f6d0
|
Remove the test examples
|
2020-10-08 17:18:22 +02:00 |
|
Olivier Goffart
|
4bdf447b11
|
C++ build documentation and README
|
2020-10-08 12:25:12 +02:00 |
|