slint/api/napi
Simon Hausmann 8cf88c99a3 Fix napi Cargo.toml
- Fix version to match Slint version
- Add missing fields
2023-08-15 10:21:38 +02:00
..
__test__ napi: Added global support to ComponentInstance (#3246) 2023-08-09 16:04:08 +02:00
src napi: Added global support to ComponentInstance (#3246) 2023-08-09 16:04:08 +02:00
.gitignore Initial setup for napi-rs port (#3171) 2023-08-07 10:44:05 +02:00
.npmignore Initial setup for napi-rs port (#3171) 2023-08-07 10:44:05 +02:00
.yarnrc.yml Initial setup for napi-rs port (#3171) 2023-08-07 10:44:05 +02:00
build.rs Initial setup for napi-rs port (#3171) 2023-08-07 10:44:05 +02:00
Cargo.toml Fix napi Cargo.toml 2023-08-15 10:21:38 +02:00
package.json Remove stray package.json files for non-existent binary packages 2023-08-08 13:47:47 +02:00
README.md Initial setup for napi-rs port (#3171) 2023-08-07 10:44:05 +02:00

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 types
    • ImageData
    • 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 types
    • Model (wip)