Skip to content
/ gecs Public

An ECS(Entity-Component-System) implement with golang.

License

Notifications You must be signed in to change notification settings

tutumagi/gecs

Repository files navigation

Gecs

An EnTT implement with golang. (use the amazing ecs implement Entt if you code cpp.)

Build Status codecov codebeat badge license

TODO

  • exclude test
  • notify when update component data(create/update/remove)
  • avoid iterate empty component data
  • snapshot
  • group
  • database backend
  • benchmark

About

An ECS(Entity-Component-System) implement with golang.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages