All Projects → threerings → aspirin

threerings / aspirin

Licence: LGPL-3.0 license
Reducing the pain in your .as

Programming Languages

actionscript
884 projects
python
139335 projects - #7 most used programming language
Vim Script
2826 projects

The aspirin library contains utility classes for ActionScript 3. These were developed at Three Rings Design during the creation of Whirled and other games.

API documentation

Note: APIs may change Aspirin is meant to be a .swc that you link against when building a swf, not a runtime shared library (RSL). We may modify or delete methods in incompatible ways in order to improve the library. Typically we will deprecate a method for a while first, so it should not be difficult to keep up with changes.

Adding aspirin.swc to your build

Integration into a Maven- or Ivy-based build is easy. Add a dependency on com.threerings:aspirin:1.13. Aspirin is published to Maven Central, so you need not add it to your local Maven repository.

You can also download aspirin-1.13.swc.

You can also build it from source and incorporate it into your build in any way that suits your fancy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].