blackbone / other-ecs-benchmarks

Comparing C# ECS
MIT License
11 stars 2 forks source link

Contribution welcome in following topics #1

Open blackbone opened 5 months ago

blackbone commented 5 months ago

Verification

Ecs implementations

Require help to verify ECS utilization implemented in proper way:

Behncmarks

Require feedback about Context API in following topics:

Implementation

Ecs

All other Ecs framework contexts implementations are very welcome

Benchmarks

Need some ideas about use cases which will affect following topics:

Cheers!

yuliuren commented 5 months ago

https://github.com/DesertImage/ecs-burst Maybe you can add this to the list

blackbone commented 4 months ago

@yuliuren it's not Unity benchmarks but if there's no unity dependencies and you'll add a csproj so it will work in pure dotnet - it's possible but as far as i can see it has deps to Unity.

andreakarasho commented 4 months ago

Maybe you are interested to add this too https://github.com/andreakarasho/TinyEcs Thank you!

blackbone commented 4 months ago

@andreakarasho yep, it's planned but have not much time for it right now, will add later or you can add it via PR.

MiKiNuo commented 3 months ago

Maybe you are interested to add this too https://github.com/sebas77/Svelto.ECS Thank you!

blackbone commented 3 months ago

@MiKiNuo may be a bit later, or you can try do do it yourself. Feel free to create PR. For now planning to add some more complex scenarios.