No description
- C# 71.7%
- Rust 28.3%
| .config | ||
| .vscode | ||
| Assets | ||
| bindings/rust | ||
| Examples | ||
| Mod.WasmCompanion | ||
| Plugin.Wasm | ||
| Plugin.Wasm.ProtoFluxBindings | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Directory.Build.props | ||
| LibFrooxEngine.json | ||
| LibFrooxEngine.schema.json | ||
| LICENSE.txt | ||
| README.md | ||
| wasm-experiments.sln | ||
FrooxEngine WebAssembly Experiments
This plugin provides experimental WebAssembly support for Resonite.
Build Tools
This project is using ILRepack for building a combined DLL. To install it, run:
dotnet tool restore
Why I'm making this
While WebAssembly is something Resonite might investigate implementing into the game officially at some point in the future, it's not a priority. My goal with this plugin is to explore how WebAssembly could be integrated into the game. Perhaps it could be helpful once this is worked on officially.
