Results 25 comments of Nokola

Yes, lots of work indeed, for me too when I was trying it out. The insert-file.ts I made is very lightweight - it just does the insert file functionality and...

Will check it out in the next few weeks, thanks! (currently working on another part of my project and need to spend some time to integrate the new typescript HyperMD...

This issue makes yjs impossible to use with the latest Svelte/SvelteKit apart from very hard and hacky workarounds. I'd really like the major version bump that dmonad mentions above :)...

Thanks for sharing your thoughts! I don't think of "high precision input" as low-level - it's still high-level platform feature since it abstracts input from the underlying platform. It just...

Found an implementation in SDL2 which is actually quite nice - you can keep the event `loop {...}` and have precision input: https://nukep.github.io/rust-sdl2/sdl2/event/struct.EventPump.html#method.poll_iter Here's how the draw loop would loop...

I like macroquad's main loop - it feels very simple and pleasant to work with! :) Also +1 for being tiny library, fast build times and small/fast to start is...

>winit does this really well for example, a loop { ... } doesn't Can you tell us some more regarding your experience with winit events and event `loop {...}`? What...

Same issue. Steps to reproduce: ```cmd D:\TEMP>yarn create tauri-app --alpha ➤ YN0000: · Yarn 4.1.0 ➤ YN0000: ┌ Resolution step ➤ YN0085: │ + create-tauri-app@npm:3.13.3, create-tauri-app-darwin-arm64@npm:3.13.3, and 9 more. ➤...

I like this the ability to ship `gl.js` inline in the WASM - a very good improvement towards making easier to distribute versions and be confident things will "just work"!...

+1 for this (with or without option for embedding js in wasm), because of easier build and test steps for newcomers. > would emit JS file into build directory alongside...