mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 04:19:37 +00:00
.. | ||
__test__ | ||
src | ||
.gitignore | ||
.npmignore | ||
.yarnrc.yml | ||
build.rs | ||
Cargo.toml | ||
cover.md | ||
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)