Actually the name will change, but the goal of this project is to make a playable game runing on browser (whatever browser btw) and it will be optimize as much as possible
If you want to have an instant rendering you need to install trunk and wasm target:
rustup target add wasm32-unknown-unknown
cargo install trunkThen, launch real time renderer with:
trunk serveAnd head to http://localhost:8080 to test your game !