Chip Collier

Results 86 comments of Chip Collier

I’m new to mimalloc and also just hit this.

I'd also love to find out that this is being worked on somewhere. Or if there is a task list that's just waiting on some contributors to step up.

@eboasson Is the existing work someplace public? I don't have a mandate or dedicated chunk of time yet, but I'd like to investigate and make an estimate.

SDL Window ahoy... It's looking kinda messy behind the scenes, but it was just to get to this point. Now I can walk some stuff back or clean some things...

Ok, so now you can freely use either backend: `zig build -Dplatform_backend=sokol` (which is also just the default) or `zig build -Dplatform_backend=sdl` Please excuse the wide overreach in the current...

Yep, that's the right way to go. I've reverted things so the diff is readable again. Next I need to get the ImGUI events hooked up, and I can figure...

I added github actions that build things with both backends. Windows and Linux are working (I haven't tested windows binaries yet... need to find a machine to set windows up...

Ok, ImGUI hooked back up. Need to try and seal the deal on building for each platform now. trying to line up some way to actually test them

:face_exhaling: realized I was running sokol_app unintentionally lol

Ok, build of SDL for emscripten is working. The mainloop is still not set up correctly though. This is more what I expected originally. I also just realized that even...