slint/examples/dial
2024-09-24 16:51:46 +02:00
..
images dial example: move the files one directory down 2024-09-14 18:37:17 +02:00
dial.slint Simplify dial to use atan2 2024-09-17 09:05:38 +02:00
README.md Update the README of new demos 2024-09-24 16:51:46 +02:00

Dial Demo Video

Slint dial example

Dial example. Uses Math.atan2 to calculate the angle and let the user rotate a dial.

Online Preview Online code editor

Planned changes

  • Lock the dial so it cannot be rotated between the blank start and end angles.
  • Update the graphics slightly. They are 10 years old and would benefit from a small polish.