Entity Component System framework for Ebitengine
Go to file
Trevor Slocum a820927a43 Add ActiveEntities, UpdatedEntities and DrawnEntities
These functions return information particularly useful when debugging
and profiling an application.
2021-11-21 18:58:41 -08:00
examples/twinstick Add ActiveEntities, UpdatedEntities and DrawnEntities 2021-11-21 18:58:41 -08:00
LICENSE Initial commit 2021-11-18 21:06:07 -08:00
README.md Initial commit 2021-11-18 21:06:07 -08:00
component.go Add ActiveEntities, UpdatedEntities and DrawnEntities 2021-11-21 18:58:41 -08:00
doc.go Add ActiveEntities, UpdatedEntities and DrawnEntities 2021-11-21 18:58:41 -08:00
entity.go Add ActiveEntities, UpdatedEntities and DrawnEntities 2021-11-21 18:58:41 -08:00
go.mod Initial commit 2021-11-18 21:06:07 -08:00
go.sum Initial commit 2021-11-18 21:06:07 -08:00
gohan.go Add ActiveEntities, UpdatedEntities and DrawnEntities 2021-11-21 18:58:41 -08:00
system.go Initial commit 2021-11-18 21:06:07 -08:00

README.md

gohan

GoDoc Donate

Entity component system framework for Ebiten

Note: This framework is still in development. Breaking changes may be made until v1.0 is released.

Documentation

Documentation is available via godoc.

Support

Please share issues and suggestions here.