Results 126 issues of Andre Weissflog

Ok, here's the reason why this was broken, then worked and then was broken again: It's the cassette read trap here: https://github.com/floooh/yakc/blob/7c62e325d23cc86858591142e7a5b0f4814900b8/src/yakc/systems/cpc.cc#L203 Problem is: cannot simply set and clear the...

bug

For the emscripten version this should use a JS filedialog, for the native versions this should use a command line parameter.

task

See https://github.com/floooh/oryol/issues/293, the remaining deps for oryol-samples and oryol-modules are: - [ ] **fips-soloud**: already moved, only update fips.yml - [ ] **fips-bullet**: already moved, only update fips.yml - [...

- use this for the animation visualization in the character animation sample: https://github.com/CedricGuillemet/ImGuizmo

Add separate sampler objects, some additional renaming (more in line with WebGPU conventions). TODO: - [x] fix sokol-spine trying to stash an image- and sampler-id into the render_object pointer =>...

See here: https://www.khronos.org/registry/webgl/extensions/KHR_parallel_shader_compile/ ...basically, when deferring shader linking to a later time, the underlying backend has more options to parallelize shader compilation. The best place would probably creating the first...

sokol-gl