Post AynyICFKelcnC10P7Q by icculus@mastodon.gamedev.place
 (DIR) More posts by icculus@mastodon.gamedev.place
 (DIR) Post #AynyICFKelcnC10P7Q by icculus@mastodon.gamedev.place
       2025-10-02T17:04:07Z
       
       1 likes, 1 repeats
       
       Something I wanted in SDL3 for a long time just landed; you can make the SDL window just take up the whole browser window in Emscripten now.So instead of this:https://icculus.org/~icculus/emscripten/testsprite-filldoc/testsprite.htmlYou can do this:https://icculus.org/~icculus/emscripten/testsprite-filldoc/testsprite.html?SDL_EMSCRIPTEN_FILL_DOCUMENT=1Feels more friendly to browser games.