thelinuxlich / artemis_CSharp

Artemis Entity System Framework ported to C#
Other
342 stars 78 forks source link

Not an Issue, but rather a thanks #103

Open KellanHiggins opened 4 years ago

KellanHiggins commented 4 years ago

Just wanted to thank @thelinuxlich for porting this to C# many years ago. As some of you may know, Unity has really jumped on the Entity Component System bandwagon and without using this port of Artemis, I would be a lot more lost as to how to use it. So just wanted to say thanks!

thelinuxlich commented 4 years ago

Thank you @KellanHiggins, I started the project but @tpastor refactored and did a lot to the project!

KellanHiggins commented 4 years ago

Well thank you to @tpastor then too. I am entirely using the Unity implemented once cause it is easier, but this got me to understand what ECS is. I remember explaining this to very confused OOP people like 5 years ago and then had no clue what I was talking about. I feel vindicated that Unity has focused 100% on ECS.