Entity Component System framework for Ebitengine
Go to file
Trevor Slocum 21d6f53dcc Rename statistics functions 2021-12-08 19:47:34 -08:00
examples/twinstick Rename statistics functions 2021-12-08 19:47:34 -08:00
LICENSE Initial commit 2021-11-18 21:06:07 -08:00
README.md Refactor System 2021-12-06 21:03:09 -08:00
component.go Add additional benchmarks and optimize 2021-12-07 19:57:02 -08:00
component_test.go Add World 2021-12-05 17:17:18 -08:00
context.go Add additional benchmarks and optimize 2021-12-07 19:57:02 -08:00
doc.go Add additional benchmarks and optimize 2021-12-07 19:57:02 -08:00
entity.go Rename statistics functions 2021-12-08 19:47:34 -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 additional benchmarks and optimize 2021-12-07 19:57:02 -08:00
world.go Rename statistics functions 2021-12-08 19:47:34 -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. See godoc for build instructions.

Support

Please share issues and suggestions here.

List of games powered by Gohan