From c8440128162de5cef76fa27ad84e5a1e22d38ac8 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Fri, 6 Sep 2024 13:48:09 +0200 Subject: [PATCH] Add axens scheduler to --- docs/learn/concepts/addons.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/learn/concepts/addons.md b/docs/learn/concepts/addons.md index 0c0be31..2df89dc 100644 --- a/docs/learn/concepts/addons.md +++ b/docs/learn/concepts/addons.md @@ -2,15 +2,14 @@ A collection of third-party jecs addons made by the community. If you would like to share what you're working on, [submit a pull request](https://github.com/Ukendio/jecs)! # Debuggers - ## [jabby](https://github.com/alicesaidhi/jabby) - A jecs debugger with a string-based query language and entity editing capabilities. # Schedulers +## [lockstep scheduler](https://gist.github.com/1Axen/6d4f78b3454cf455e93794505588354b) +A simple fixed step system scheduler. ## [sapphire-jecs](https://github.com/Mark-Marks/sapphire/tree/main/crates/sapphire-jecs) - A batteries-included [sapphire](https://github.com/mark-marks/sapphire) scheduler for jecs This page takes wording and terminology directly from Bevy's [assets page](https://bevyengine.org/assets/)