bitsyndicate · she/her
WIP: feat(ecs): add basic sparse set per component ECS
fix(ci): remove macOS and fix linking
ECS implementation design
I would opt for storing components independently of systems as described by the EnTT author[^1] and then transition into the grouping sorting as described in the same blog post.
We would have…
feat: add telemetry subcrate
Chrono supports relative time. That's what chrono::Duration
is for. To format it, one can simply use the serialize or display…
feat: add telemetry subcrate
I agree with lily on almost all. Although I would request you to create seperate files for the modules and only use inline modules for tests etc. as unnecessarily long files are difficult to work with
feat: add telemetry subcrate
probably shouldn't tho.
include_str!("path")
as to not pollute the source file