Ukendio / jecs

A fast, portable Entity Component System for Luau
https://ukendio.github.io/jecs/
MIT License
121 stars 20 forks source link

Add entity name lookup #38

Closed Ukendio closed 1 month ago

Ukendio commented 1 month ago

Going to revisit this in the future with a different implementation. Maybe as a component trait, but unlikely for entities as we already have ref() as exemplified in the /demo/replicatedstorage/std