helloworld-sdl2-opengl-emscripten
helloworld-sdl2-opengl-emscripten copied to clipboard
Basic program that uses SDL2+OpenGL, compiling both locally and via emscripten
Results
2
helloworld-sdl2-opengl-emscripten issues
Sort by
recently updated
recently updated
newest added
Updated the README so it should be self-explanatory. The Dockerfile builds the native binary for Linux and the Wasm, and it serves the web page to test the Wasm locally....
When I first wrote this, I took Dear ImGui's combined sample code and modified it to do what I wanted. This is mostly in render-imgui.cpp. This treats ImGui as just...