Bubel ECS - Entity-Component-System architecture implementation

Guillaume Piolat first.name at spam.org
Tue Mar 9 17:39:33 UTC 2021


On Monday, 8 March 2021 at 19:45:58 UTC, Mergul wrote:
> Hello everyone, I'm glad to announce release of my Bubel ECS 
> library.
>
> Bubel ECS is Entity-Component-System architectural pattern 
> implementation in D language.
> Library aims to delivery fast and flexible architecture for 
> developing games. It's @nogc and betterC compatible. WASM is 
> supported through Emscripten. Library has no external 
> dependencies and was tested on Linux, Windows, Android and WASM.
> Project was developed in data oriented designed fashion and 
> supports multithreading with automatic job generation. For more 
> information go to Gitlab repository page.
>

Thanks for an excellent release!


More information about the Digitalmars-d-announce mailing list