summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2025-03-29moved rendering to a system.Lorenzo Torres
To ensure that the rendering system is being run in the main thread, I added the concept of "Sync systems", so that when a system group is created it's possible to specify whether it's possible to run it on a separate thread or not.
2025-03-24glTF models now take buffer lengths at runtimeLorenzo Torres
2025-03-24implemented glTF loadingLorenzo Torres
2025-03-21Added block instruction in WASM VMluccie-cmd
Signed-off-by: luccie-cmd <luccie@sideros.org>
2025-03-20preliminary work on ecsLorenzo Torres
2025-03-16removed binary files from repositoryLorenzo Torres
2025-03-12base codeLorenzo Torres