Entity Component System framework for Ebitengine
Go to file
Trevor Slocum 0231e09ad7 Update README 2022-01-05 17:55:15 -08:00
examples/twinstick Add World.Preallocate 2021-12-09 19:49:51 -08:00
LICENSE Initial commit 2021-11-18 21:06:07 -08:00
README.md Update README 2022-01-05 17:55:15 -08:00
component.go Print Component name when debugging 2021-12-11 21:04:15 -08:00
component_test.go Add World 2021-12-05 17:17:18 -08:00
context.go Print Component name when debugging 2021-12-11 21:04:15 -08:00
doc.go Add World.Entities 2021-12-29 12:59:12 -08:00
entity.go Add World.Entities 2021-12-29 12:59:12 -08:00
entity_test.go Rename statistics functions 2021-12-08 19:47:34 -08:00
go.mod Add World 2021-12-05 17:17:18 -08:00
go.sum Add World 2021-12-05 17:17:18 -08:00
system.go Add World.Preallocate 2021-12-09 19:49:51 -08:00
world.go Print Component name when debugging 2021-12-11 21:04:15 -08:00
world_test.go Add additional benchmarks and optimize 2021-12-07 19:57:02 -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.

An example game is included at /examples/twinstick. See godoc for build instructions.

Support

Please share issues and suggestions here.

List of games powered by Gohan