Releases: yohamta/donburi
Releases · yohamta/donburi
v1.3.0
What's Changed
var Position = donburi.NewComponentType[PositionData]()
entity = world.Create(Position, Velocity);
entry := world.Entry(entity)
// You can get the data via the ComponentType
position := Position.Get(entry)
Full Changelog: v1.2.24...v1.3.0
v1.2.24
v1.2.23
v1.2.20
v1.2.16
v1.2.13
v1.2.11
What's Changed
- [Experimental] Add Hierarchy system that provides Parent-Child relationship functions
- [Experimental] Update EDS package that provides System functions
Full Changelog: v1.2.10...v1.2.11
v1.2.10
What's Changed
- Add ECS layer system by @yohamta in #46
Example: https://github.com/yohamta/donburi/tree/main/examples/bunnymark_ecs
Full Changelog: v1.2.9...v1.2.10