feat(slint): Update Slint section in GUI frameworks guide - #768
Open
jeevantelukula wants to merge 1 commit into
Open
feat(slint): Update Slint section in GUI frameworks guide#768jeevantelukula wants to merge 1 commit into
jeevantelukula wants to merge 1 commit into
Conversation
jeevantelukula
requested review from
StaticRocket,
VeeruPrudhvi,
cshilwant,
gehariprasath,
praneethbajjuri and
uditkumarti
as code owners
July 31, 2026 09:40
Reflect upstream meta-slint improvements: new image targets, demo launcher,pre-built images for AM62P/AM62L, slint-viewer remote preview, and updated renderer/backend documentation. Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
jeevantelukula
force-pushed
the
slint_docs
branch
from
July 31, 2026 09:45
9ca4851 to
c4b36e5
Compare
StaticRocket
requested changes
Jul 31, 2026
| engine that leverages OpenGL ES 2.0. This makes it highly efficient and well-suited for | ||
| embedded GPUs like the PowerVR series on the |__PART_FAMILY_NAME__|, providing a great | ||
| balance of performance and low resource usage out-of-the-box. | ||
| Slint uses a flexible architecture with configurable renderers and backends, controlled |
Member
There was a problem hiding this comment.
Renderers is actually considered a word by most online sources now. Please add it to the allow list if you want to use it: https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#vale-grammar-spelling-and-prose-checking
| renderers and backends and how to configure them. | ||
|
|
||
| On |__PART_FAMILY_NAME__|, the image adapts to the board's graphics stack. | ||
| Devices with a GPU render through the hardware-accelerated Skia renderer. |
Member
There was a problem hiding this comment.
Skia is also a valid name. Please add it to the allow list as well (just the uppercase spelling though, as that's the intended project spelling from what I can tell).
| * - Image target | ||
| - What you get | ||
| * - :file:`tisdk-default-image` | ||
| - Full TI SDK image with Slint demo binaries in :file:`/usr/bin` and :file:`slint-viewer`. Run demos manually. |
Member
There was a problem hiding this comment.
Suggested change
| - Full TI SDK image with Slint demo binaries in :file:`/usr/bin` and :file:`slint-viewer`. Run demos manually. | |
| - Full TI SDK image with Slint demo binaries in :file:`/usr/bin` and :file:`slint-viewer`. The user manually starts a specific demo. |
| * - :file:`tisdk-default-image` | ||
| - Full TI SDK image with Slint demo binaries in :file:`/usr/bin` and :file:`slint-viewer`. Run demos manually. | ||
| * - :file:`ti-image-slint-demos` | ||
| - Slint-focused image with the same demo binaries and :file:`slint-viewer`, plus :file:`slint-launcher` which starts |
Member
There was a problem hiding this comment.
Suggested change
| - Slint-focused image with the same demo binaries and :file:`slint-viewer`, plus :file:`slint-launcher` which starts | |
| - Slint-focused image with the same demo binaries and :command:`slint-viewer`, plus :command:`slint-launcher` which starts |
|
|
||
| To run a demo, first stop the ti-apps-launcher that runs out-of-box and then execute the desired binary. | ||
| For example, to run the "home-automation" demo on a Wayland display: | ||
| **With ti-image-slint-demos (or Slint pre-built image):** :file:`slint-launcher` starts automatically on boot. |
Member
There was a problem hiding this comment.
Suggested change
| **With ti-image-slint-demos (or Slint pre-built image):** :file:`slint-launcher` starts automatically on boot. | |
| **With ti-image-slint-demos (or Slint pre-built image):** :command:`slint-launcher` starts automatically on boot. |
| Select and launch any demo from the graphical list. | ||
|
|
||
| **With tisdk-default-image:** Run demos manually. Stop the ti-apps-launcher first, then execute the desired binary. | ||
| For example, to run the :file:`home-automation` demo on a Wayland display: |
Member
There was a problem hiding this comment.
Suggested change
| For example, to run the :file:`home-automation` demo on a Wayland display: | |
| For example, to run the :command:`home-automation` demo on a Wayland display: |
| Slint Viewer | ||
| ------------ | ||
|
|
||
| The images now include :file:`slint-viewer`, a tool for previewing :file:`.slint` UI files directly |
Member
There was a problem hiding this comment.
Suggested change
| The images now include :file:`slint-viewer`, a tool for previewing :file:`.slint` UI files directly | |
| The images now include :command:`slint-viewer`, a tool for previewing :file:`.slint` UI files directly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reflect upstream meta-slint improvements: new image targets, demo launcher,pre-built images for AM62P/AM62L, slint-viewer remote preview, and updated renderer/backend documentation.