Thnking about the list of things needed to get my game running on linux, it's a very short list and would probably just about work out of the box.
This got me thinking about WASM though... I think SDL2 can be compiled with Emscripten and ImGui has an experimental WebGPU backend already working. Might just work??
Anyone had any experience getting an OpenGL/SDL2 C++ app running in a browser?
@britown my experience of emscriten with sdl2 is it basically "just works" though you do have to make sure your main thread sleeps at some point or the browser will think it's unresponsive. (it tells you how in the docs)
I stopped bothering though for my ludum dare entries as 99% of comments were browser issues to work around...(chrome/ff handle sound levels differently, etc)