#ecs #pico

no-std pico-animation

An Animation module for the pico engine ecs system

8 releases (breaking)

0.9.0 Dec 31, 2025
0.8.0 Dec 31, 2025
0.7.0 Dec 31, 2025
0.6.0 Dec 31, 2025
0.2.0 Dec 30, 2025

#1670 in Embedded development

MIT/Apache

66KB
1.5K SLoC

pico-animation

An Animation module for the pico engine ecs system

Features

  • #![no_std] - No standard library required
  • Embedded-friendly design
  • Zero-cost abstractions

Usage

Add this to your Cargo.toml:

toml [dependencies] pico-animation = "0.1.0"

Example:

``rust use pico-animation::*;

// Your code here ``

License

Licensed under either of:

at your option.

Dependencies

~720KB
~14K SLoC