slint/api/napi
2023-10-20 16:47:00 +02:00
..
__test__ napi documentation (#3689) 2023-10-19 11:53:00 +02:00
src Allow specifying paths for @library imports 2023-10-20 16:47:00 +02:00
.gitignore napi documentation (#3689) 2023-10-19 11:53:00 +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 Allow specifying paths for @library imports 2023-10-20 16:47:00 +02:00
cover.md napi documentation (#3689) 2023-10-19 11:53:00 +02:00
index.ts napi documentation (#3689) 2023-10-19 11:53:00 +02:00
package.json napi: Catch typescript errors in the CI and in debug builds (#3703) 2023-10-19 18:05:32 +02:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +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)