Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 848 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 848 Bytes

Birdsong

Birdsong is a dialogue box system for the Bevy game engine. This project is currently a work in progress.

Features

  • Highly customizable dialogue box text
  • Support for choices
  • Support for actor portraits and digitalized voices
  • Support for backgrounds images
  • Tested platforms: Windows, WebAssembly (HTML5)

Usage

cargo add bevy_birdsong

A basic example is available here (demo)

If you are using the crates VS Code extension, you might want to enabled pre-release crates. image