Chip Collier

Results 88 comments of Chip Collier

Alright, so SDL builds and runs under emscripten, but I'm learning that sokol_app definitely handles *a lot* of details regarding the viewport and surface under emscripten.

In this case the window resizes but not the viewport being rendered into. It maintains the initially requested dimensions. flooh explained some things to me and pointed at examples of...

I did take notice of that so it would remain my goal to keep things switchable. Once I get this scaffolded I'll open a draft PR to keep it out...

So my first step was getting SDL integrated into the build, based on what's been done for SDL2, but I instead chose to keep the zig build setup and the...

Same issue here building from the 3.0.10 tag. I've just added `-Dmi_align_up_ptr=_mi_align_up_ptr` to work around it.

I ran get_dependencies.py for wasm, and I see that libmysofa, libpffft, and libz were all built and I was able to add them to my copy of the release. I...

I would like to put a +1 here for diffing two branches directly without resorting to the workarounds here. I'm in the middle of some work, and I want to...

Totally just hit this myself. Not a show stopper yet, but we’ve taken care to avoid crates.io in the cargo build already.