takahirox / tiny-web-metaverse

A web-based 3D virtual space lightweight framework with high flexibility, extensibility, and easy hosting, built on ECS architecture
MIT License
118 stars 13 forks source link

Write a system in Rust/WebAssembly #52

Open takahirox opened 9 months ago

takahirox commented 9 months ago

Write a system in Rust and convert to WebAssembly to show the tiny-web-metaverse + WebAssembly integration.

How to share/transfer data between JS and WebAssembly might be a concern, design well.