erik-larsen / emscripten-sdl2-ogles2

C++/SDL2/OpenGLES2 samples running in the browser via Emscripten
MIT License
30 stars 10 forks source link

Nothing seen on Firefox 62.0 #14

Closed erik-larsen closed 1 year ago

erik-larsen commented 5 years ago

None of the samples work on Firefox 62.0. However they do work on Chrome 69.0 and Safari 10.0.

Steps:

  1. https://erik-larsen.github.io/
  2. Try any of the samples under emscripten-sdl2-ogles2.
erik-larsen commented 5 years ago

Specific to macOS Sierra, not reproducible on High Sierra.

tuket commented 3 years ago

I think it's because you need to call SDL_CreateWindowAndRenderer intead of SDL_CreateWindow. I don't know why, SDL_CreateWindow doesn't work for me. Nevermind, it was a different issue

erik-larsen commented 1 year ago

Fixed at least since Firefox 108.0.2 👍