sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.11k stars 1.11k forks source link

ECS cookbook? #484

Closed fayte0618 closed 1 year ago

fayte0618 commented 6 years ago

I'm a beginner when it comes to ECS architecture and it would really help if there were people kind enough to share their techniques or common patterns in ECS framework (like multiple features sharing the same component, handling Game objects with multiple heirarchies etc.)

BenjaBobs commented 6 years ago

@mzaks Has created this all though it's not complete yet.

fayte0618 commented 6 years ago

i read it just now. Good stuff. Wish he can finish it :/ would love also other testimonies or learnings from other people who finished a project using ecs and what are the common pitfalls, tips and patterns etc.

IsaiahKelly commented 6 years ago

We do have a FAQ in the wiki which can serve a similar purpose, but why is that cookbook a separate repository instead of a part of the wiki? The official wiki seems like a much better, more visible and much more easily editable place for this type of content.

nbreum15 commented 6 years ago

Having read all of @mzaks's book, it would awesome if he continues writing it. It would be awesome to have a book that goes more in depth with ECS as there aren't any books (that i could find) written solely for it.

mzaks commented 6 years ago

Yeah, yeah, I just wrote another two chapters. Sorry for being so slow, it's just a side project so I return too it only when being kicked 😀. Keep kicking me, other wise I will digress into doing some other things 😅.