SFML community forums

Bindings - other languages => C => Topic started by: JohnnyUrosevic on May 18, 2020, 03:26:07 am

Title: Is SFML Compatable with Emscripten (Webassembly)?
Post by: JohnnyUrosevic on May 18, 2020, 03:26:07 am
I know this has been posted before, but that was years ago and webassembly / emscripten have evolved a lot. I know emscripten hooks into cmake to make webassembly compatable .so files. Has anyone had success with this? Or is there something about SMFL currently that would make this not work
Title: Re: Is SFML Compatable with Emscripten (Webassembly)?
Post by: eXpl0it3r on May 19, 2020, 09:40:11 am
The main issue as mentioned in all the other threads isn't the integration or building, but the fact that SFML currently does not support OpenGL ES 2 and thus doesn't work with Emscripten.

There are still ongoing efforts in changing the handling of shaders in order to make SFML work with OpenGL ES 2.
Title: Re: Is SFML Compatable with Emscripten (Webassembly)?
Post by: Laguna_1989 on April 05, 2022, 03:19:08 pm
Would be highly interested in this one as well. Any updates here?