Registry / other / bevy-prototype-debug-lines

bevy-prototype-debug-lines

JSON →
library0.12.0rscratesunverified

A prototype plugin providing a simple line drawing API for Bevy.

# Cargo.toml [dependencies] bevy_prototype_debug_lines = "0.12.0"
INSTALL
IMPORT
SIG · BEVY-PROTOTYPE-DEB
B
bevy-prototype-debug-lines
otherrustv0.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DebugLinesPlugin
use bevy_prototype_debug_lines::DebugLinesPlugin;

Adds debug line rendering to a Bevy application.

use bevy::prelude::*; use bevy_prototype_debug_lines::DebugLinesPlugin; fn main() { App::new() .add_plugins(DefaultPlugins) .add_plugin(DebugLinesPlugin) .run(); }
Debug
Known issues
breakingThis is a prototype and may have breaking changes in future versions.
fix
Pin to a specific version and test upgrades carefully.
affects: >=0.12.0
Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
Meta
2
OpenAI (training)
2
Resources
bevy-prototype-debug-lines — cargo add bevy-prototype-debug-lines · libregistry