EngoEngine / ecs

A Go-implementation of the Entity-Component-System paradigm
MIT License
298 stars 43 forks source link

Reworked entire ecs to be more idiomatic go #14

Closed EtienneBruines closed 8 years ago

EtienneBruines commented 8 years ago

Fixes #13

Please review.

Most of the code is test code, which includes some (not very useful, but realistic) benchmarks.

Do not merge

Because this will break current engo. We'll have to wait before we have a PR for those changes as well.

Changes