Skip to content

Releases: setanarut/kamera

v2.98.2

15 Feb 02:07
56e9ef4

Choose a tag to compare

Readme typo

v2.98.1

31 Dec 20:02

Choose a tag to compare

Change log

  • Added: cam.CenterX(), cam.CenterY()
  • The platformer demo has been updated. director_colorm has been removed and merged with the director demo.

Full Changelog: v2.98.0...v2.98.1

v2.98.0

12 Dec 20:10

Choose a tag to compare

examples: convert each example to a separate module

v2.97.3

12 Dec 18:56

Choose a tag to compare

  • Examples as separate module
  • Upgrade kamera go.mod to Ebitengine v2.9.5 / go 1.25 (Examples dependencies were removed.)
  • Upgrade to fastnoise v1.2.0

v2.97.2

10 Jul 00:14
20e33a2

Choose a tag to compare

Changelog

  • Refactoring
  • Platformer example improvement
  • Update Readme

Full Changelog: v2.97.1...v2.97.2

v2.97.1

09 Jul 23:04

Choose a tag to compare

Changelog

  • Fix platformer example
  • Update Readme

Full Changelog: v2.97.0...v2.97.1

v2.97.0

09 Jul 21:50
bf6f9b9

Choose a tag to compare

Change Log

v2.97.0

  • Fixed a bug where CenterOffset was not added when ShakeEnabled was true.
  • Update go.mod deps Go 1.24.5 | Ebitengine v2.8.8
  • Update Examples, README

What's Changed

Full Changelog: v2.96.2...v2.97.0

v2.96.2

04 Mar 18:47

Choose a tag to compare

fixed SetCenter() bug.

BUG: The SetCenter() method does not set the TempTargetX and TempTargetY values ​​when the cam.SmoothType value is SmoothDamp or Lerp.

Full Changelog: v2.96.1...v2.96.2

v2.96.1

18 Feb 14:44

Choose a tag to compare

fix: platformer example window size.

Full Changelog: v2.96.0...v2.96.1

v2.96.0

04 Feb 03:42

Choose a tag to compare

  • Removed unnecessary getter/setter methods. (breaking change.)
  • All Camera fields were made public so it is possible to serialize the camera to the json file.
  • Unnecessary Camera fields have been removed.

Full Changelog: v2.95.2...v2.96.0