Releases: TocappGames/wearkit
Releases · TocappGames/wearkit
1.1.7 - CI Improvements
v1.1.4 - Doc improvements
v1.1.3 - Doc changes & improvements
Performance improvements
1.0.0-beta7 (2020-04-21)
Bug Fixes
Implemented LifeCycleCallbacks and bugfixes
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
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
Implemented text rendering and bugfixes
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
Second beta version v1.0.0-beta2
First Beta release v1.0.0-beta1
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)