• Stars
    star
    6
  • Rank 2,539,965 (Top 51 %)
  • Language
    C#
  • License
    MIT License
  • Created about 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Project source code for https://www.wiseshards.com/blog/unity-ecs-entity-component-system-and-job-system/. In this blog post we get our hands on Unity ECS (Entity Component System), Job System, and implement Conway's Game of Life with three different approaches: classic, hybrid and pure ECS. This way you can have a concrete example with a smooth transition from the classic implementation to pure ECS.