Wolf Engine is the next generation of Persian Game Engine which is a cross-platform open source game engine created by Pooya Eimandar This Wolf is a comprehensive set of Rust/C libraries for realtime rendering, realtime streaming and game developing, which is support Lua & Python as an embedded script and binding language.
bash
rustup default nightly
bash
rustup target add wasm32-unknown-unknown
Now run hello wolf demo
bash
./build-wasm.sh
./run-wasm.sh
Finally the demo will be served at http://localhost:8000bash
cd wolf-demo
cargo run
Wolf Engine © 2014-2022 Pooya Eimandar