Crate bevy_dev

source ·
Expand description

Dev tools for Bevy Engine. For faster prototyping.

Showcase

§Features

  • Debug camera - tool for getting another perspective to the scene, also known as fly camera.
  • Prototype materials - simple, metrically correct, PBR compatible and randomly painted mesh for better differentiation of prototype objects.

§Initialization

To start using features of this crate you need to initialize features in your Bevy’s app. You can just use a DevPlugins plugin to enable all default features or you can add only features you need by adding feature’s plugins directly.

Modules§

  • Tool for getting another perspective to the scene, also known as fly camera.
  • Simple, metrically correct, PBR compatible and randomly painted mesh for better differentiation of prototype objects.
  • Helpers for creating UI elements.

Structs§

  • Plugin which enables default development features from bevy_dev crate.