RPGX WASM Driver
This package provides WebAssembly (WASM) bindings for the RPGX game engine, enabling integration with web-based frontends such as Node.js and Vue.js.
Prerequisites
- Rust toolchain with
wasm32-unknown-unknown
target wasm-bindgen-cli
Install the target and CLI:
Building
Build the WASM driver:
Bundling for Playgrounds
To generate the WASM driver and Node.js loader (used by both Node.js and Vue.js playgrounds):
Usage
Import the generated WASM module in your JavaScript/TypeScript frontend as per the wasm-bindgen documentation.
License
RPGX is licensed under the MIT License.