Skip to content

Releases: demiurgos-hub/golem-engine

Release list

v0.2.1

Choose a tag to compare

@jacopo-gallelli jacopo-gallelli released this 07 Jul 13:05

Breaking changes

Go consumers must update module and import paths before upgrading:

  • Root module: golem-enginegithub.com/demiurgos-hub/golem-engine
  • Collision: golem.collisiongithub.com/demiurgos-hub/golem-engine/golem/collision
  • Navigation: golem.navgithub.com/demiurgos-hub/golem-engine/golem/nav

Migration:

  1. Update go.mod require directives and Go import paths in your project.
  2. Update workspace replace directives if you use nested collision/nav modules.
  3. Re-run golem-bake so generated Go server, Go client, and Ebiten code picks up the new default import paths.

The JS npm package name (golem-engine) is unchanged.

Added

  • Repository README.md with project overview, layout, quick start, and documentation links.
  • CHANGELOG.md for tracking user-facing changes across releases.

Changed

  • Unity editor default golem-bake command is now go run github.com/demiurgos-hub/golem-engine/cmd/golem-bake.