Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 885 Bytes

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 885 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

[0.2.0] - 2016-10-18

Added

  • Improve client library
    • add swipe animation
    • add connect button
    • handle resize
  • Improve golf demo
    • better graphics
    • accelerate ball based on orientation
  • Improve particle demo
    • fewer particles
    • make particles draggable

Fixed

  • Fix collision detection of golf demo
  • Fix transform calculation when merging a cluster with multiple clients into another cluster

[0.1.0] - 2016-09-30

Added

Initial release

  • support multiple clients
  • each device has initially it's own cluster
  • if two devices are connected with each other their clusters will be merged
  • custom server logic to handle events: init, merge or custom client action