Skip to content

Commit

Permalink
Merge addons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Jan 17, 2025
2 parents 61a7aca + a9bb877 commit b3ab540
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/learn/concepts/addons.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Addons
A collection of third-party jecs assets made by the community. If you would like to share what you're working on, [submit a pull request](https://github.com/Ukendio/jecs)!

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
## [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

0 comments on commit b3ab540

Please sign in to comment.