Simon Schmid

Results 280 comments of Simon Schmid

All common pitfalls when using MT also apply when using Entitas. My main goal is to explore and define workflows and conventions to help developers avoid having issues. Those conventions...

I played around with threading again. I added a [JobSystem.cs](https://github.com/sschmid/Entitas-CSharp/blob/develop/Entitas/Entitas/Systems/JobSystem.cs) as a proof of concept. This system distributes the execute over multiple threads and joins them again. This can speed...

@rikkuporta If you have high requirements and you already know that you have to multithread big parts of your simulation, try Unity ECS. Entitas currently has a JobSystems class which...

Thanks for sharing!

Hi, great to meet you! I heard of Artemis. I can understand that you have the feeling that Entitas might be based on artemis or any other ECS implementation. The...

Btw, I will checkout artemis now ;)

@benzsuankularb I added a new wiki page with a step by step guide, how to set up a C# only project with Entitas https://github.com/sschmid/Entitas-CSharp/wiki/Entitas-pure-C%23 I hope this helps

I will dump a few images here, so I can reference them in the wiki

What's the .NET version of the project?