benimator icon indicating copy to clipboard operation
benimator copied to clipboard

A sprite animation library for rust game development

Results 4 benimator issues
Sort by recently updated
recently updated
newest added

Replace the top level `frame_duration` property with a `rate` which takes a rate enum (one of `TotalDuration`, `FrameDuration` or `Fps`). So that it is now possible to define the FPS...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies cargo Cargo.toml...

Would be great to queue up a new animation, or specify a default animation to run once one finishes

enhancement
up-for-grabs

### Current Behavior Currently, the Animation structures are constructed at runtime, which works well for dynamic and interactive applications. ### Desired Feature I propose adding the capability to build Animation...

up-for-grabs