mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
![]() * Get todo example running with napi. * Code review fixes. * Code review feedback. * Code review fixes. * docs fix * Update api/napi/__test__/resources/error.slint Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update api/napi/__test__/resources/test.slint Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix test --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
__test__ | ||
src | ||
.gitignore | ||
.npmignore | ||
.yarnrc.yml | ||
build.rs | ||
Cargo.toml | ||
index.ts | ||
package.json | ||
README.md |
Slint-napi (pre-Alpha)
This is a restart of Slint-node
based on napi-rs. The current state is pre-Alpha
what means it is not yet ready for testing and use.
Implemented features
- js/ts wrapper for the
Slint
interpreter infrastructure - js/ts wrapper for
Slint
typesImageData
Color
Brush
Missing features
- Possibility to run js/ts
async
code after window run call - Generate a js/ts object-wrapper for the exported
Slint
component - Public access to Slint
globals
- CI: Generate prebuild platform
node
packages - Documentation generation
- js/ts wrapper for
Slint
typesModel
(wip)