Crate yarnspinner

source ·
Expand description

§Yarn Spinner for Rust

The friendly dialogue creation tool for Rust.

This crate provides a compiler and runtime that can be used standalone, but will most likely be used by a crate providing the functionality to a game engine. For example, Bevy engine support is given by the bevy_yarnspinner crate.

Re-exports§

Modules§

  • Types and traits used by the compiler, in particular the Compiler struct.
  • Core types and traits that are used by both the compiler and runtime.
  • Everything you need to get started using Yarn Spinner.
  • Types and traits used by the runtime, in particular the Dialogue struct.