Skip to content

Releases: TocappGames/wearkit

1.1.7 - CI Improvements

25 Nov 16:28

Choose a tag to compare

1.1.7 (2022-11-25)

Bug Fixes

v1.1.4 - Doc improvements

25 Nov 15:41

Choose a tag to compare

1.1.4 (2022-11-25)

Bug Fixes

  • ci: added new workflow for tags (76f832c)
  • doc: changed version in readme (73aeef4)

v1.1.3 - Doc changes & improvements

25 Nov 15:30

Choose a tag to compare

1.1.3 (2022-11-25)

Bug Fixes

  • ci: updated url for upload artifacts (394456c)
  • doc: changed maven.wearkit.dev to maven.tocappgames.com domain (fcee456)
  • doc: updated readme (95a83dd)
  • doc: updated readme (a59df2e)
  • ornament: implement ornament.scale (a4ce648)

Performance improvements

21 Apr 20:07

Choose a tag to compare

Pre-release

1.0.0-beta7 (2020-04-21)

Bug Fixes

  • performance: fixed bitmap performance issues (d0b18d9), closes #30
  • scaling: fixed scaling bug (b172e97)

Implemented LifeCycleCallbacks and bugfixes

17 Apr 16:20

Choose a tag to compare

1.0.0-beta6 (2020-04-17)

Features

  • engine: added lifecycle callbacks to allow processing before and after world update and render (7cef359)

Bug fixes

  • print: fixed bug #28

Improvements and bug fixes

16 Apr 22:55

Choose a tag to compare

Pre-release

1.0.0-beta5 (2020-04-16)

Bug Fixes

  • build: compatiblity with java7 (d01a589)
  • compatiblity: fixed compatibility with java 7 (removed java 8 code) (06e25b8)
  • decoration: reimplemented decoration management, now is easier to use (518ebf9)
  • input: fixed input ontouchevent function (9ac92e8)

Features

  • camera: implemented camera angle mode to allow follow a body and its angle (4cbc2e7)
  • camera: implemented camera to follow object and object angle (da313c4)
  • core: added ability to scale bodies (9c5493f)
  • data: implemented unity loader to load the .meta exported from Unity Editor (96d030e)

Implemented text rendering and bugfixes

13 Apr 12:12

Choose a tag to compare

Pre-release

1.0.0-beta4 (2020-04-13)

Bug Fixes

  • camera: fixes bug when body not starting in the middle of the world (f904282)

Features

  • render: implemented text rendering in bodies and ornament (1a3d57e)

Improved sprite loading and bugfixes

12 Apr 23:31

Choose a tag to compare

Pre-release

1.0.0-beta3 (2020-04-12)

Bug Fixes

  • fixed bug with body rendering if doesn't have fixtures (ornament with bitmap), fixes #13 (08ea564)
  • fixed gradle script to generate javadocs (ef75ce9)

Features

  • sprite_loading: improved body loading, fixes #15, #13 (2cf1506)

Second beta version v1.0.0-beta2

11 Apr 11:38

Choose a tag to compare

Pre-release

1.0.0-beta2 (2020-04-11)

Features

  • releasing: added Pom.xml generator (f892668)

First Beta release v1.0.0-beta1

11 Apr 10:27

Choose a tag to compare

Pre-release

1.0.0-beta1 (2020-04-11)

Bug Fixes

  • changed colors to improve contrast (2a3fa9a)
  • moved assets to example module (eb773e5)
  • engine: fixes #12 (21e31b8)
  • naming: renamed old packages (0ab9ec3)
  • refactor: removed unused zIndex in shapes (it is used only in bodies/ornament) (4a5f7cb)

Features

  • camera: implemented camera setings/viewport, fixes #11 (b5d2319)
  • wear: implemented wear activity, fixes #8 (5fa0613)
  • added menu to launch different examples (4efc823)
  • polygons: added test to load shapes from exported files (json), needs refactor (1eb2b41)
  • refactor: renamed thing to ornament, and added World.addOrnament() method to ease understanding (1bcfb8b)
  • sprite_loading: implemented sprite rendering and loading assets (2dc77d7)