mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Update the README of new demos
This commit is contained in:
parent
a6ca636d07
commit
d0896e6360
2 changed files with 6 additions and 3 deletions
|
@ -2,10 +2,9 @@
|
|||
[](https://github.com/user-attachments/assets/83fb39b3-a26e-4878-ba92-b27b4c3beb36)
|
||||
|
||||
|
||||
|
||||
# Slint dial example
|
||||
|
||||
Work in progress Dial example. Uses Math.atan2 to calculate the angle and let the user rotate a dial.
|
||||
Dial example. Uses Math.atan2 to calculate the angle and let the user rotate a dial.
|
||||
|
||||
[Online Preview](https://slint.dev/snapshots/master/editor/preview.html?load_url=https://raw.githubusercontent.com/slint-ui/slint/master/examples/dial/dial.slint)
|
||||
[Online code editor](https://slint.dev/snapshots/master/editor/index.html?load_url=https://raw.githubusercontent.com/slint-ui/slint/master/examples/dial/dial.slint)
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
|
||||
[
|
||||

|
||||
|
||||
# Sprite sheet demo
|
||||
|
||||
Demonstrate how to use sprites from an image to make an animated image
|
||||
|
||||
[Online Preview](https://slint.dev/snapshots/master/editor/preview.html?load_url=https://raw.githubusercontent.com/slint-ui/slint/master/examples/sprite-sheet/demo.slint)
|
||||
[Online code editor](https://slint.dev/snapshots/master/editor/index.html?load_url=https://raw.githubusercontent.com/slint-ui/slint/master/examples/sprite-sheet/demo.slint)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue