mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-17 18:57:10 +00:00
|
|
||
|---|---|---|
| .. | ||
| __test__ | ||
| src | ||
| .gitignore | ||
| .npmignore | ||
| .yarnrc.yml | ||
| build.rs | ||
| Cargo.toml | ||
| 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
Slintinterpreter infrastructure - js/ts wrapper for
SlinttypesImageDataColorBrush
Missing features
- Possibility to run js/ts
asynccode after window run call - Generate a js/ts object-wrapper for the exported
Slintcomponent - Public access to Slint
globals - CI: Generate prebuild platform
nodepackages - Documentation generation
- js/ts wrapper for
SlinttypesModel(wip)