jecs/docs/learn/concepts/addons.md
as8d 9163285f9e
Some checks failed
analysis / Run Luau Analyze (push) Has been cancelled
deploy-docs / build (push) Has been cancelled
publish-npm / publish (push) Has been cancelled
unit-testing / Run Luau Tests (push) Has been cancelled
deploy-docs / Deploy (push) Has been cancelled
Add a replication and input section and add feces and axis to addons.md (#217)
2025-04-14 17:47:39 +02:00

1.6 KiB

Addons

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!

Development tools

jabby

A jecs debugger with a string-based query language and entity editing capabilities.

jecs_entity_visualiser

A simple entity and component visualiser in the output

jecs_lifetime_tracker

A tool for inspecting entity lifetimes

Helpers

jecs_observers

Observers for queries and signals for components

Schedulers

lockstep scheduler

A simple fixed step system scheduler.

rubine

An ergonomic, runtime agnostic scheduler for Jecs

jam

Provides hooks and a scheduler that implements jabby and a topographical runtime

planck

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

A generalized replication system for jecs

Input

Axis

An agnostic, simple and versatile input library for ECS

Observers