From 9163285f9e0503c7d485ccd739cc786a8352a9b2 Mon Sep 17 00:00:00 2001 From: as8d <70523631+as8d@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:47:39 +0200 Subject: [PATCH] Add a replication and input section and add feces and axis to addons.md (#217) --- 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