slint/api/napi
Simon Hausmann 96d7bb132c reuse: remove glob for markdown files
Instead, place the copyright and license right into the source.

To satisfy reuse, this also removes the unnecessary MIT.txt
symlinks.
2023-08-17 08:55:28 +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 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)