/galaxy_explorer

Exploratory project rendering a galaxy

Primary LanguageRustMIT LicenseMIT

galaxy-explorer

Chase each other in a galaxy view, powered by the bevy game engine.

🚧 WIP

Useful links

Building for wasm

Setup

rustup target install wasm32-unknown-unknown
cargo install wasm-bindgen-cli

Build

cargo build --bin viewer_sp --release --target wasm32-unknown-unknown

wasm-bindgen \
            --no-typescript \
            --target web \
            --out-dir ./www/ \
            --out-name "viewer_sp" \
            ./target/wasm32-unknown-unknown/release/viewer_sp.wasm

Serve

python3 -m http.server --bind 127.0.0.1 --directory www 8080

Contributing

All contributions are assumed to be under our MIT license.