Library Agnostic
It does not matter what ECS library you are using, this scheduler is agnostic!
Inspired by Flecs and Bevy
This library takes inspiration from Flecs for Phases and Pipelines, and Bevy Schedules for the API design.
Designed to be Ergonomic
The API for this library is designed to be ergonomic, and allow for a great developer experience.
It's fully typed, allowing for strict typing and great intellisense.
Plugins System
Planck features a Plugin system, allowing for easy incorporation of other tools and libraries into the Scheduler.
Planck features two Plugins for the Jabby Debugger and Matter Hooks