Introduction

Quickstart

Using either the Bevy CLI or cargo-generate you can scaffold a new Bevy application with Skein pre-installed and a .gltf file ready to go.

Bevy 0.16 (release candidate)

Using the Bevy CLI (currently under development):

bevy new -t rust-adventure/skein --branch template-minimal my-newest-project

Using cargo generate:

cargo install cargo-generate
cargo generate rust-adventure/skein --branch template-minimal --name my-new-project

Bevy 0.15 (stable)

Using the Bevy CLI (currently under development):

bevy new -t rust-adventure/skein --branch template-minimal-bevy-0.15 my-newest-project

Using cargo generate:

cargo install cargo-generate
cargo generate rust-adventure/skein --branch template-minimal-bevy-0.15 --name my-new-project
Previous
Overview