Share

Peripheral Displays Toolkit

File Release Notes and Changelog

Release Name: PTK v3.3

Notes:
This represents a stable build of the PTK. Some changes have occured that will break compatability with previous releases.

Package names have all been changed to conform to Java Specifications (i.e., 'edu.berkeley.guir' has been added in front of each package name so they will be unique). Also, the 'apps' package has been moved within the 'ptk' package.

The design of constant variables has changed: now all constants are in the '..ptk.constants' package, organized by application/input type.

makeAggregateConnection methods have been removed and replaced by makeConnection methods with the same parameters as the makeAggregateConnection methods previously had.

Transitions have been modified such that transitionStep is now called repeatedly by interruptTransition instead of endTransition. This may require some changes to Animatable class methods.

Changes: