Results 16 comments of PDeveloper

I saw that! I think it would make sense to have `hotmem` live under a `ecx-ds` name, since it also deals with data, other way around feels a bit awkward...

True, I was more basing it around the `ds` part, since `hotmem` sounds more specific than `something-ds` . If grouping data structures, those definitely fit in the box I think!...

Okay nice. `ecx.ds` will remain internal to ecx?

Gotcha :D Sounds good, thanks for this!

Positive "y" means down in most computer graphics environments. Excel might be treating it as up, as in normal graphs and what not.

+1 for this - is this something in scope for this project that is planned? I might try to adapt it to Godot 4.0 if it indeed is easy enough...

Didn't realize it auto-closed with the pull request merge!

Easy renaming issue. Will fix in the next day, meanwhile if you need something mission critical running, you can rename the `getClass()` function to `getComponentClass()` This is a guess, perhaps...

Good call! Originally, I didn't even want to add Systems to Eskimo, since they are completely utility/helper objects, rather than core to the design. Your descriptions are good, I'll probably...

From a philosophical stand-point, I give my `RenderSystem` a render function, and call it manually in the main Kha `render` function, in a sense it makes it explicit that only...