WickedEngine icon indicating copy to clipboard operation
WickedEngine copied to clipboard

[Feature request] WebAssembly platform support.

Open kkimdev opened this issue 7 years ago • 5 comments

WebAssembly platform support would be great :)

kkimdev avatar Aug 29 '17 23:08 kkimdev

Hi, I am not familiar with that one, but seems interesting, I'll look into it. 👍

turanszkij avatar Aug 30 '17 12:08 turanszkij

Any plans on supporting this?

yemi avatar Apr 25 '22 19:04 yemi

As far as I know it could be quite complicated from the rendering side of things. The webGL standard is being dismissed for a new one and I doubt it supports enough features for this engine. The new webGPU standard seems not ready, and mostly based on Apple Metal, which we do not have a backend for (yet).

I'm not dismissing WebAssembly support completely, but it seems to be far away for now.

portaloffreedom avatar Apr 26 '22 08:04 portaloffreedom

Some discussions on discord brought up that we need support for bindless resources. Which are not available yet on the Web: https://github.com/gpuweb/gpuweb/issues/380

portaloffreedom avatar Apr 26 '22 10:04 portaloffreedom

Just wanted to put a plus one on this feature.

TylerCode avatar Sep 13 '23 20:09 TylerCode