Skip to content

ArcaneEngineer/ECS-tutorials

Repository files navigation

ECS What-for / How-to tutorial series

How to implement an Entity Component System (ECS)

  • in C-like JavaScript, no OOP inheritance hierarchies
  • a "pure" ECS where entities are nothing more than IDs

authored by Nick the (Arcane) Engineer and Games Developer.

Written for those who want to see the process by which an ECS evolves from a naïve initial implementation to something more powerful.

Good luck, happy learning!

About

ECS tutorials for codementor.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages