mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
* Initial commit * Add tests * Dedup observers * Handle filters on table creation * Handle Archetype deletion * Remove print * Fix type errors * Cleanup code * Manually inline code * Build terms for cached queries * Specialized cached query iterator * Remove shadowed variable * Inverse statement * Rework demo * Fix metatable * Use generalized iteration |
||
---|---|---|
.. | ||
.config | ||
net | ||
src | ||
.gitignore | ||
default.project.json | ||
README.md | ||
wally.toml |
Demo
Build with Rojo
To build the place, run the following commands from the root of the repository:
cd demo
rojo build -o "demo.rbxl"
Next, open demo.rbxl
in Roblox Studio and start the Rojo server:
rojo serve