node-sdl
node-sdl copied to clipboard
🎮 SDL bindings for Node.js
Hello, I'm developping a Graphical Modular Synthetizer since few years, It's been done in C++ and CinderLib framework. It works pretty well but... it's not my fav language. But Node,...
Sometimes when I open the sdl window, I see these debug console messages, and the mouse button click handling works reliably: Sometimes I see only these messages in the console,...
Capture mouse for SDL only means that the window will get the events of the mouse even if it's outside of the window. Nothing else. To capture the mouse like...
Hi, a very similar issue to #73 Apparently, rebuilding deps using electron-builder does not work. Using legacy rebuilder, or skipping the rebuild altogether, is not an option, as it may...
There's a very good UI library called [uikit](https://github.com/pmndrs/uikit) that uses React Three Fiber and Three.js to build nice looking native GPU accelerated UI on the browser. Is it possible to...
sdl 3
Hello @kmamal, are there any plans to upgrade to sdl 3? Especially i would like to use the following hint which is only available since 3.2.0: https://wiki.libsdl.org/SDL3/SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS as always thank...
When trying to render text using canvas, its very blury. how can i fix this? ```ts import sdl from '@kmamal/sdl' import { createCanvas } from '@napi-rs/canvas' const window = sdl.video.createWindow({...
If I spam the key presses _really_ fast eventually it will pick up a keypress. I'm on macos, node v24.2.0, @kmamal/[email protected] thanks for the changelog btw! ❤️