rkarabut / bevy_webgl2_app_template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template of multi-target (WASM / Native) Bevy's application

Prerequisites

cargo install cargo-make

Build and serve WASM version

cargo make serve

then point your browser to http://127.0.0.1:4000/

Build and run native version

cargo make run

Screenshot

About

License:MIT License


Languages

Language:Rust 73.0%Language:HTML 27.0%