An open API service indexing awesome lists of open source software.

https://github.com/aaronclinger/casalib

An open source code library for ActionScript 2.0 & 3.0
https://github.com/aaronclinger/casalib

actionscript actionscript-library actionscript2 actionscript3

Last synced: 1 day ago
JSON representation

An open source code library for ActionScript 2.0 & 3.0

Awesome Lists containing this project

README

        

# CASA Lib

CASA Lib was a flexible ActionScript 2.0 & 3.0 library designed to streamline common chores and act as a solid, reliable foundation for your projects. It provided a core set of classes, interfaces, and utilities to get you coding faster and more reliably without getting in the way.

* Standardizes the loading of external files with an easy-to-use and consistent API.
* Complete and meticulous documentation with examples for every class and utility.
* Memory management made so much easier through a common `destroy();` method.

## About

CASA Lib (formerly CASA _Framework_) was created by [Aaron Clinger](https://aaronclinger.com) in 2005 and released publicly in January 2007. Its original aim was to be flexible enough for use across the diverse types of projects encountered in the advertising industry.

In 2006 Aaron joined [Odopod](https://www.odopod.com), a digital design studio in San Francisco. The studio supported CASA Lib by dedicating company time to its development. While at Odopod, Aaron met coworker [Mike Creighton](https://www.mikecreighton.com), who quickly became CASA Lib’s co-lead.

Since its original release, CASA Lib has been heavily supported by community feedback, bug reports and code contributions. All code authors have been credited in the ActionScript classes to which they contributed.

CASA Lib was under active development until late 2011 and was one of the most popular ActionScript libraries. It was used by many agencies, startups, and Fortune 500 companies.

## Documentation

CASA Lib’s documentation can be found in this repository or hosted here:

* [ActionScipt 3 Documentation](http://as3.casalib.org/docs/)
* [ActionScipt 2 Documentation](http://as2.casalib.org/docs/)

## Subversion Repository

CASA Lib was originally developed and kept under [Subversion](https://en.wikipedia.org/wiki/Apache_Subversion) (SVN) version control. You can still access the original repositories and development history here:

[ActionScript 3](http://svn.as3.casalib.org):
```bash
svn co http://svn.as3.casalib.org/
```

[ActionScript 2](http://svn.as2.casalib.org):
```bash
svn co http://svn.as2.casalib.org/
```

## License

CASA Lib is released under a [BSD license](https://en.wikipedia.org/wiki/BSD_licenses). It can be used freely for any open source or commercial works.