Skip to content

Releases: yohamta/donburi

v1.3.0

06 Nov 16:21
d58ea16
Compare
Choose a tag to compare

What's Changed

  • Add better APIs for getting / setting component data by @yohamta in #81
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

06 Nov 14:17
e67fd23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.23...v1.2.24

v1.2.23

05 Nov 04:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.20...v1.2.23

v1.2.20

31 Oct 02:48
aa5fe5a
Compare
Choose a tag to compare

What's Changed

  • Make Vec2 immutable by @m110 in #66
  • Fix LookAt not using degrees by @m110 in #68
  • Fix keepWorldPosition for scale (0, 0) by @m110 in #67
  • Add transform default value by @yohamta in #69

New Contributors

  • @m110 made their first contribution in #66

Full Changelog: v1.2.19...v1.2.20

v1.2.16

26 Oct 09:13
9402fc2
Compare
Choose a tag to compare

What's Changed

  • add math package

Full Changelog: v1.2.13...v1.2.16

v1.2.13

26 Oct 06:46
c09db9d
Compare
Choose a tag to compare

What's Changed

  • (Experimental) Update ecs module by @yohamta in #52
  • (Experimental) Update hierarchy module by @yohamta in #51

Full Changelog: v1.2.12...v1.2.13

v1.2.11

21 Oct 02:26
88cdc2a
Compare
Choose a tag to compare

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

19 Oct 03:15
1124132
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.9...v1.2.10

v1.2.9

18 Oct 13:18
7289120
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.8...v1.2.9

v1.2.8

17 Oct 07:41
0bfc26c
Compare
Choose a tag to compare

What's Changed

  • Fix bugs in World.AddComponent() in #41, #42
  • Add Entry.World property by @yohamta in #39

Full Changelog: v1.2.7...v1.2.8