Andre Weissflog
Andre Weissflog
Right now they are regular resources and added to resource registry. Instances should be much cheaper to create since there can be many of them.
See: https://github.com/floooh/sokol/pull/1007
See https://twitter.com/l_vanek/status/1734544371695903185 (not just the web version as expected first)
This would allow to automatically step over inline data after call instructions. The assembler would need to add the information to the map file whether that line and address is...
Nice to have! This would involve tracking subroutine call instructions in the embedded debugger and tracking their call targets. And then: - [ ] add a new window to the...
Trying to build results in `Unable to resolve nonexistent file 'vscode-vfs://github/floooh/kcide-sample/build'`, also trying to manually create a build subdirectory in the outliner fails, so it's probably a general problem and...
@kangz suggested that I write an issue here: I haven't thought this through completely, so please excuse any unfocused ramblings :) TL;DR: I think WebGPU implementations should guarantee a fixed...
On @andrewrk's suggestion, I'm opening a similar ticket like https://github.com/ziglang/zig/issues/16672 to document and track the hickups I encountered when bringing https://github.com/floooh/sokol-zig as package into https://github.com/floooh/pacman.zig. (NOTE: the package manager support...
This is related to https://github.com/ziglang/zig/issues/485, and basically the last missing piece I'm currently stumbling over for integrating my sokol-headers with Zig. Currently when partially initializing a struct with default values...