From 83db693b2c0f481e2014894da0fbcdcf68ec6fea Mon Sep 17 00:00:00 2001 From: as8d <70523631+as8d@users.noreply.github.com> Date: Mon, 14 Apr 2025 02:47:34 +0200 Subject: [PATCH] Add a replication and input section and add feces and axis to addons.md --- docs/learn/concepts/addons.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/learn/concepts/addons.md b/docs/learn/concepts/addons.md index 8a7ba01..a40adfb 100644 --- a/docs/learn/concepts/addons.md +++ b/docs/learn/concepts/addons.md @@ -41,4 +41,16 @@ Provides hooks and a scheduler that implements jabby and a topographical runtime 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. +# Replication + +## [feces](https://github.com/NeonD00m/feces) + +A generalized replication system for jecs + +# Input + +## [Axis](https://github.com/NeonD00m/axis) + +An agnostic, simple and versatile input library for ECS + # Observers