Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 596 Bytes

Toy ECS

Just for my learning; use other ECS libraries for real projects!

Thanks

I learned from..

  • sparsey. The clean code in short lines opened my mind to ECS.
  • ECS back and forth series. They gave me explicit explanation of tricks behind sparsey.
  • shipyard. It shows solid code structure, still keeping the simplicity.
  • bevy. It is full of goodies for humans.