Registry / other / bevy-easings

bevy-easings

JSON →
library0.18.0rscratesunverified

Easing plugin for Bevy game engine.

# Cargo.toml [dependencies] bevy_easings = "0.18.0"
INSTALL
IMPORT
SIG · BEVY-EASINGS
B
bevy-easings
otherrustv0.18.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.

EasingsPlugin
use bevy_easings::EasingsPlugin;

Add the easing plugin to a Bevy app.

use bevy_easings::EasingsPlugin; use bevy::prelude::*; App::new() .add_plugins(DefaultPlugins) .add_plugin(EasingsPlugin) .run();
Debug
Known issues
breakingRequires Bevy version compatibility; check crate version against Bevy version.
fix
Ensure bevy_easings version matches your Bevy version (e.g., 0.18 for Bevy 0.14).
affects: >=0.18.0
Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Meta
1
OpenAI (training)
1
Resources
bevy-easings — cargo add bevy-easings · libregistry