Results 126 issues of Andre Weissflog

Ticket https://github.com/floooh/sokol/issues/1211 has uncovered a couple of issues which are not completely fixed (most notably, the locked mouse cursor may remain visible after switching back from the task manager to...

sokol-app
windows

...on my new Asus Zenbook with KDE Plasma 6 Wayland session (2880x1800 display and 200% scaling) windows are placed outside the visible screen area.

bug
sokol-app
linux

This would have triggered https://github.com/floooh/sokol-tools/issues/154

...use the new surface functions instead of the deprecated swapchain functions. See the updated `wgpu_entry_*` code in sokol-samples. PS: while at it, also add 'native' support to the sokol_app.h WebGPU...

sokol-app
webgpu

This problem would have been a lot less confusing with a better validation message: https://github.com/floooh/sokol/issues/1114 There's a validation check missing which checks that either source or bytecode is provided, **but...

sokol-gfx

Since it's been 0 days since I forgot to rebuild the C libraries, which then caused very unintuitive errors which looks like ABI problems: Put a build.sh and build.cmd script...

### Zig Version 0.16.0-dev.1236+26db54d69 ### Steps to Reproduce and Observed Behavior Since very recently, building the sokol-zig samples for wasm32-emscripten started to fail in the emcc link step because of...

bug
arch-wasm
regression
os-emscripten

Should be a new item in saudio_desc, and allow three behaviours: - call CoInitializeEx with `COINIT_MULTITHREADED ` (the default) - call CoInitializeEx with `COINIT_APARTMENTTHREADED` - don't call CoInitializeEx (e.g. must...

sokol-audio
windows

See the problem description here: https://mastodon.gamedev.place/@castano/114899327453790296 ...actual discussion: https://mastodon.gamedev.place/@floooh/114901882492050323 ...because some platforms heavily restrict what can be done inside the frame callback it would be nice to have a mechanism...

sokol-app
feature request