Ryan Cleven

Results 51 comments of Ryan Cleven

Understood, and I agree, however it's provided in the core yojimbo.cpp and not an example, so the code would be included (and likely stripped) in any production build. I'd recommend...

Would love to know what this is

That’s a definitely a clean solution, but then all the components are in separate allocations and there’s no cache coherent global iteration over all the components. It also can trigger...

I’ve been looking at these today: https://github.com/jtmueller/Collections.Pooled https://github.com/faustodavid/ListPool That if rolled into some kind of extension it could be pretty powerful. Especially if the disposal was handled nicely. I’ll keep...

Is there a call to get the other entities on the other side of a shared component? > On Jul 2, 2021, at 09:07, Paillat Laszlo ***@***.***> wrote: > >...

I’ve been thinking about simply reversing the relationship and doing accumulation and iteration from the outside -> in. There would be many entities with component B. Each of those would...

I think this is an excellent solution. As a start, I think choosing between sharing and multiples is a fine choice. If you use one, you can’t use the other.

I’ve started using Haxe in addition to c#. If you should ever feel like you are looking for a new project, may I suggest porting your ecs to haxe? Your...

My Git knowledge seems to have failed me. I have also rolled a second bug fix into this pull request somehow. The second fix enables the ability for the shader...