Registry / other / bevy-core-pipeline

bevy-core-pipeline

JSON →
library0.18.1rscratesunverified

Provides a core render pipeline for Bevy Engine, including default shaders and rendering systems.

# Cargo.toml [dependencies] bevy_core_pipeline = "0.18.1"
INSTALL
IMPORT
SIG · BEVY-CORE-PIPELINE
B
bevy-core-pipeline
otherrustv0.18.1
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.

Core2dPlugin
use bevy_core_pipeline::core_2d::Core2dPlugin;

Adds the core 2D render pipeline to a Bevy app.

use bevy::prelude::*; use bevy_core_pipeline::core_2d::Core2dPlugin; fn main() { App::new() .add_plugins(DefaultPlugins) .add_plugin(Core2dPlugin) .run(); }
Debug
Known issues
gotchaRequires the `bevy` crate with the `bevy_core_pipeline` feature enabled; otherwise the plugin is not available.
fix
Add `bevy = { version = "0.18", features = ["bevy_core_pipeline"] }` to Cargo.toml.
affects: >=0.18.0
Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Meta
2
OpenAI (training)
1
Resources
bevy-core-pipeline — cargo add bevy-core-pipeline · libregistry