From 1c85a9253afc636b036639b86ea46e246c41dc34 Mon Sep 17 00:00:00 2001 From: marked Date: Fri, 17 Jan 2025 23:25:45 +0100 Subject: [PATCH] docs: Remove sapphire-jecs, add rubine - Sapphire, therefore also sapphire-jecs, is going away soon. It's currently unmaintained and will be archived as soon as I can do some final updates to it. + Rubine is nearing it's full v0.1.0 release, being stable so far but lacking unit tests. In it's current state it's ready to be added to the addons page. --- docs/learn/concepts/addons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/concepts/addons.md b/docs/learn/concepts/addons.md index 9b503334..451c5488 100644 --- a/docs/learn/concepts/addons.md +++ b/docs/learn/concepts/addons.md @@ -9,8 +9,8 @@ A jecs debugger with a string-based query language and entity editing capabiliti ## [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 +## [rubine](https://github.com/Mark-Marks/rubine) +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