2024-08-31 02:13:47 +00:00
# Addons
2024-08-31 03:34:01 +00:00
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 )!
2024-08-31 02:13:47 +00:00
# Debuggers
## [jabby](https://github.com/alicesaidhi/jabby)
A jecs debugger with a string-based query language and entity editing capabilities.
# Schedulers
2024-09-06 11:48:09 +00:00
## [lockstep scheduler](https://gist.github.com/1Axen/6d4f78b3454cf455e93794505588354b)
A simple fixed step system scheduler.
2024-08-31 02:13:47 +00:00
## [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
2024-09-16 01:35:03 +00:00
## [jam](https://github.com/revvy02/Jam)
Provides hooks and a scheduler that implements jabby and a topographical runtime
2024-08-31 02:13:47 +00:00
This page takes wording and terminology directly from Bevy's [assets page ](https://bevyengine.org/assets/ )