FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.61k stars 340 forks source link

Is there any demo for wasm? #418

Closed otabekgb closed 1 year ago

otabekgb commented 1 year ago

Is there any demo for wasm?

Neugierdsnase commented 1 year ago

I'm also curious about this.

mpwsh commented 1 year ago

Maybe https://github.com/FyroxEngine/Fyrox/tree/master/examples/wasm ?

otabekgb commented 1 year ago

Thanks, that worked

Maybe https://github.com/FyroxEngine/Fyrox/tree/master/examples/wasm ?

mrDIMAS commented 1 year ago

Actually, you should follow this instructions and in generated project's folder navigate to executor-wasm and follow docs in README.md there.