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 (stable)

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
Previous
Overview