Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threerings/aspirin
Reducing the pain in your .as
https://github.com/threerings/aspirin
Last synced: about 2 months ago
JSON representation
Reducing the pain in your .as
- Host: GitHub
- URL: https://github.com/threerings/aspirin
- Owner: threerings
- License: lgpl-3.0
- Created: 2011-07-27T20:53:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-24T00:30:48.000Z (about 12 years ago)
- Last Synced: 2024-08-04T05:06:04.946Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 801 KB
- Stars: 13
- Watchers: 20
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-actionscript-sorted - aspirin - Reducing the pain in your .as (Unsorted / Other API)
README
The aspirin library contains utility classes for ActionScript 3. These were developed at [Three Rings Design](http://www.threerings.net) during the creation of [Whirled](http://www.whirled.com) 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](https://github.com/downloads/threerings/aspirin/aspirin-1.13.swc).
You can also build it from source and incorporate it into your build in any way that suits your fancy.