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§

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

Structs§

DevPlugins
Plugin which enables default development features from bevy_dev crate.