Skip to content
unrust - A pure rust based (webgl 2.0 / native) game engine
Rust GLSL Shell
Branch: master
Clone or download
edwin0cheng Update travis to use nightly-2018-08-05 (#63)
* Update travis to use nightly-2018-08-05

* Change travis to nightly-2018-08-06
Latest commit b8b062a Aug 13, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
benches Rename basics test and bench Apr 22, 2018
ci Fixed .travis.yml Apr 2, 2018
examples Update nphysics and remove unused deps. (#54) May 14, 2018
src upgrade to uni-gl/uni-app/uni-snd from crates.io (#62) Aug 12, 2018
static Refactoring shadow map glsl Apr 5, 2018
tests Rename basics test and bench Apr 22, 2018
uni-pad upgrade to uni-gl/uni-app/uni-snd from crates.io (#62) Aug 12, 2018
unrust-derive
.gitignore upgrade to uni-gl/uni-app/uni-snd from crates.io (#62) Aug 12, 2018
.travis.yml Update travis to use nightly-2018-08-05 (#63) Aug 13, 2018
Cargo.toml upgrade to uni-gl/uni-app/uni-snd from crates.io (#62) Aug 12, 2018
LICENSE-APACHE Update LICENSE-APACHE Apr 2, 2018
LICENSE-MIT Create LICENSE-MIT Apr 2, 2018
README.md Update travis to use nightly-2018-08-05 (#63) Aug 13, 2018
Web.toml set wasm32-unknown-unknown as default target Feb 24, 2018
unrust.code-workspace Move boxes to example Mar 2, 2018

README.md

unrust

Build Status

A pure rust based (webgl 2.0 / native) game engine

Current Version : 0.1.1

This project is under heavily development, all api are very unstable until version 0.2

Live Demo

Usage

You can reference basic.rs for now, more documetations will be coming soon.

Build

As web app (wasm32-unknown-unknown)

The target wasm32-unknown-unknown is currently only on the nightly builds as of nightly-2018-08-06.

cargo install cargo-web # installs web sub command
rustup override set nightly
rustup target install wasm32-unknown-unknown
cargo web start --example boxes --release

As desktop app (native-opengl)

rustup override set nightly
cargo run --example boxes --release

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

You can’t perform that action at this time.