Entity Component System framework for Ebitengine
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum 8d4dabd62e Add benchmarks and optimize
Store all data in slices rather than maps.
2 years ago
examples/twinstick Add benchmarks and optimize 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
component.go Add benchmarks and optimize 2 years ago
component_test.go Add benchmarks and optimize 2 years ago
doc.go Add benchmarks and optimize 2 years ago
entity.go Add benchmarks and optimize 2 years ago
entity_test.go Add benchmarks and optimize 2 years ago
go.mod Initial commit 2 years ago
go.sum Initial commit 2 years ago
gohan.go Add benchmarks and optimize 2 years ago
system.go Add benchmarks and optimize 2 years ago

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.