Entitas-Redux icon indicating copy to clipboard operation
Entitas-Redux copied to clipboard

[Docs] Document best practices for Entitas Redux

Open jeffcampbellmakesgames opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. It would be good to provide newcomers to either an ECS framework or Entitas Redux with a collection of best practices to better inform how to utilize these approaches or framework in their project.

jeffcampbellmakesgames avatar Jan 11 '21 17:01 jeffcampbellmakesgames

Some good examples would be

  • Physics?
  • Waiting for things before running other systems / logic (async, Coroutines, ..)
  • Scene management
  • Folder structure
  • Communication between ER and Unity (e.g. event listeners)
  • Layer abstraction (for testing, but this is less ER related)

matthiashermsen avatar Jan 12 '21 06:01 matthiashermsen

@jeffcampbellmakesgames that would be great :)

jtuchel avatar May 07 '22 18:05 jtuchel