Crate bevy_dev

source ·
Expand description

Dev tools for Bevy Engine. For faster prototyping.

Showcase

§Features

  • 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§

  • Simple, metrically correct, PBR compatible and randomly painted mesh for better differentiation of prototype objects.

Structs§

  • Plugin which enables default development features from bevy_dev crate.