Skip to content

bernardjason/rust-lander

Repository files navigation

Rust Lander

A 3d rust game using OpenGl and Emscripten to build for the wasm32-unknown-emscripten. It can also run standalone, developed and tested on Linux but will work on Windows, see some of the other Rust projects in this repo.

screenshot

YouTube demo youtube video

I hosted the WASM version here https://bjason.org/en/wasm/rust-lander/

to run standalone

cargo build
cargo run

For web deployment

cargo build --target=wasm32-unknown-emscripten 

To try web version locally having built to emscripten target try script

./run_wasm.sh

About

3d lander game written in Rust that also compiles to WASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages