Elias Ku
Elias Ku
@Misiur seems like dropping targets is bad idea. The issue is we could spend a lot of time on performance optimization and native types compatibility, so for example we could...
Nice catch! Actually not implemented and even designed. 1) Destroy all world entities - you could do it right now. Here You could reuse this World again. If you want...
I plan to separate dense / sparse packing, so for sparse storage CArray would be enough. For dense packing you should check something memory access efficient, for example `js` target...
👍👍👍👍👍 Could you check the latest core? I've merged your changes, seems like it will not reproduce anymore and we will close that issue right after you verify it. Personally...
@PDeveloper, And review this one https://github.com/eliasku/hotmem I have thoughts on including `ecx-ds` to `hotmem` library. What do you think? BR, Ilya
@PDeveloper In my opinion if `hotmem` library is more general library and application is not related to ECS, then why we should name it as `ecx-ds`? For example, I use...
`hotmem` provides global heap for some managed targets. I think it could be better to leave `hotmem` separated and not include it into the core of `ecx`. `ecx.ds` provides generic...
@PDeveloper In general I will decompose `ecx.ds` to external library. When I will have free time to do it...
Right now I'm working on tests for modules/tasks order resolving (some regression after 0.1.6 release), so after that I will provide simple multi-module example. @kiroukou @romanmikhailov Could it be bundled...
@kiroukou I've started something very simple: https://github.com/eliasku/hxmake-example