Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poc: custom slint ts/js runtime #7411

Open
FloVanGH opened this issue Jan 20, 2025 · 0 comments
Open

poc: custom slint ts/js runtime #7411

FloVanGH opened this issue Jan 20, 2025 · 0 comments
Labels
a:language-javascript JavaScript bindings (mF,bS)

Comments

@FloVanGH
Copy link
Member

Idea is to check if it is possible and is it worth to create a custom runtime tool for Slint apps build with TypeScript and JavaScript. Plan is to use the deno runtime as base for this concept evaluation.

To make it easier to work on this and to check if the proof of concept is a success it's need to define a goal, a story that is split in a list of todo items.

Story / Goal

The goal is to develop an example Slint app with JavaScript that fulfill the following requirements:

  • Create and show a Slint component (e.g. export component MyWindow form Window {}) from JavaScript code
  • Execute an async function that is defined in JavaScript from the Slint component
  • Display the result of the function in the Slint component
  • Embedded resource in the Slint component like an image
  • Deploy a standalone executable on Linux (format: AppImage)
@FloVanGH FloVanGH added the a:language-javascript JavaScript bindings (mF,bS) label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:language-javascript JavaScript bindings (mF,bS)
Projects
None yet
Development

No branches or pull requests

1 participant