Slintis a UI toolkit that supports different programming languages. Slint-node is the integration with node. To get started you can use theWalk-through tutorial. We also have aGetting Started Templaterepository with the code of a minimal application using Slint that can be used as a starting ...
Slint-node is the integration with Node.js. To get started you use the walk-through tutorial. We also have a Getting Started Template repository with the code of a minimal application using Slint that can be used as a starting point to your program. Warning: Beta Slint-node is still in ...
Node.js: Fix links to Slint Language Docs bf7f6a2 tronical requested a review from NigelBreslaw December 17, 2024 15:16 ogoffart approved these changes Dec 18, 2024 View reviewed changes View details tronical merged commit b2a4286 into master Dec 18, 2024 37 checks passed tronical del...
thread::set_current should only be called once per thread error: test failed, to rerun pass `-p slint-node --lib` Caused by: process didn't exit successfully: `D:\a\slint\slint\target\debug\deps\slint_node-7aeec879bd005138.exe` (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN) ...
Node.js: Improve event loop efficiency on Linux and macOS when using winit#4469 Equivalent API compared to Rust and C++ (Node.js: Provide MapModel, FilterModel, ReverseModel#4470) Snippets in the docs that mention Rust and C++ should also mention Node.js (such ashttps://slint.dev/releases...
working-directory: ./api/node run: npm test - name: Run test-driver-nodejs if: ${{ runner.os != 'Windows' }} run: cargo test --verbose --all-features -p test-driver-nodejs -p slint-node # Release is only applied to the harness that drives the node.js invocations, but needed ...
In Rust and C++, we provide MapModel, FilterModel, and ReverseModel as convenient model adapters. We should provide these in our JavaScript API, too.
The following test-case doesn't run the event loop a second time, i.e. the closure that should call hide() is never called. Instead runEventLoop() returns immediately, as processEvents() on the winit backend returns Exited. let { private...
FloVanGH changed the title Use vscode ext lint and format also for api/node Use vscode-ext lint and format also for api/node Sep 6, 2024 FloVanGH changed the title Use vscode-ext lint and format also for api/node Use same vscode-ext lint and format also for api/node Sep 6, 2024 ...