From 57fd564aa7de84a3016307db27e3cb8cab7a98f3 Mon Sep 17 00:00:00 2001 From: Clown Date: Fri, 7 Feb 2025 01:18:41 -0500 Subject: [PATCH] Add planck to addons page (#185) --- docs/learn/concepts/addons.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/learn/concepts/addons.md b/docs/learn/concepts/addons.md index 8207f70..4a667fc 100644 --- a/docs/learn/concepts/addons.md +++ b/docs/learn/concepts/addons.md @@ -21,3 +21,8 @@ An ergonomic, runtime agnostic scheduler for Jecs ## [jam](https://github.com/revvy02/Jam) Provides hooks and a scheduler that implements jabby and a topographical runtime + +## [planck](https://github.com/YetAnotherClown/planck) + +An agnostic scheduler inspired by Bevy and Flecs, with core features including phases, pipelines, run conditions, and startup systems. +Planck also provides plugins for Jabby, Matter Hooks, and more. \ No newline at end of file