Description
Brings the TridentBuilder libraries (based on Trident 6.2) into your Griffon application.
Trident is an animation library that is toolkit agnostic (wiki)
Installation
The current version of griffon-trident-builder-plugin is 0.7
To install just issue the following command
| Code Block |
|---|
griffon install-plugin trident-builder |
| Warning | ||
|---|---|---|
| ||
This plugin requires JDK6 to be installed, it will also constrain the running environment to JRE6 or above. |
Usage
Trident nodes are added by default to the root builder without a prefix, which means you can call them directly. Refer to the builder's page to known what nodes are available.
History
Version | Date | Notes |
|---|---|---|
0.7 | 05-17-11 | Release sync with Griffon 0.9.3 |
0.6.1 | 02-22-11 | Upgraded dependencies |
0.6 | 12-21-10 | Release sync with Griffon 0.9.2 |
0.5 | 08-18-10 | Upgraded to TridentBuilder 0.4 |
0.4 | 07-22-10 | Release sync with Griffon 0.9 |
0.3 | 05-25-10 | Upgraded to TridentBuilder 0.2 |
0.2 | 03-01-10 | Upgraded to Griffon 0.3 |
0.1 | 07-14-09 | Initial release |