bgfx examples build under WebGL #3252
Replies: 2 comments
-
Bgfx does support WebGL as per documentation. Last I checked some examples were not building due to lack of support e.g. for multi threading, but I believe that has been fixed now. Take a look at Emscripten's docs on how to build stuff. Emscripten basically substitutes I built some examples not too long ago and everything was working fine, e.g: |
Beta Was this translation helpful? Give feedback.
-
I had a heck of a time getting WebGL/WebAssembly working with bgfx (glfw3 for windowing), but here's my successful results: https://github.com/d3fault/bgfx-glfw-wasm-3dcube-template-starting-point same project also compiles so linux/x11 :) |
Beta Was this translation helpful? Give feedback.
-
Could you please advise if there is a possibility and what is the sequence of bgfx examples build under WebGL?
Beta Was this translation helpful? Give feedback.
All reactions