Wiki

Clone wiki

dsair / Home

The common framework that's used in my AIR tools.

It contains classes to help you easily deal with:

  • Automatic app updating
  • Dragging and dropping files from the desktop to the app
  • Binding keys
  • Starting the app with a file (dragging over icon)
  • Logging
  • Saving/loading custom app settings
  • Throttling the fps when the app isn't active
  • Managing windows
  • Add a tooltip to any graphical object
  • Util classes such as BitFlag and Enum

It also contains a slightly modified version of the MinimalComps project (http://www.minimalcomps.com/) to help with creating components etc and the GreenSock lib (http://www.greensock.com/v11/) to help with tweening. The GreenSock lib is included more for convenience - it's currently not referenced in the main files

Updated