Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gskinner/AS3Libs
A collection of AS3 libraries and sketches that I have built over the years.
https://github.com/gskinner/AS3Libs
Last synced: about 2 months ago
JSON representation
A collection of AS3 libraries and sketches that I have built over the years.
- Host: GitHub
- URL: https://github.com/gskinner/AS3Libs
- Owner: gskinner
- Created: 2011-04-16T17:28:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T12:08:46.000Z (over 3 years ago)
- Last Synced: 2024-10-14T12:18:00.687Z (3 months ago)
- Language: ActionScript
- Homepage: http://gskinner.com/blog/
- Size: 4.01 MB
- Stars: 356
- Watchers: 27
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - AS3Libs - A collection of AS3 libraries and sketches that I have built over the years. (Utilities / Other Utilities)
README
A collection of AS3 libraries and sketches I have built over the years. At present, many of the folders are empty, as I am in the process of retesting and cleaning up the different items as I add them.
All class files are released under MIT. Other assets are copyright their respective copyright holders.
Here is a list of the libraries you will find here:
** _Sketches **
Smaller sketches that are incomplete or less significant, but still worth sharing.
* CurvedLines: draws curves from a series of points
* DragManager: simple drag management
* FloatyPods: rectangular pods arrange themselves via repulsion
* HeatMap: a simple heat map implementation
* HexMap: the start of a hex map drawing / interaction model
* PaintBlobs: draws splashes of paint
* SimpleTagCloud: extremely simple/limited tag cloud
* Swarming
* VersionStringComparison: compares common version string formats** CamTools **
A collection of tools for working with webcam input.** Chunker **
Simple library for breaking intensive tasks up across frames to maintain UI responsiveness (simple green threads).** CollisionDetection **
Pixel-perfect shape based collision detection.** ColorMatrix **
Provides common color adjustment methods for use with ColorMatrixFilter. Uses the same math / values as the Flash Pro IDE's "Adjust Color" filter.** FireFX **
Creates animated fire effects on any display object.** FrameScriptManager **
Inject ActionScript into a movieclip timeline at a specific frame number or label. Great for separating code and design.** Kaleidoscope **
Create a kaledoscope effect using any display object as the source.** PerformanceSuite **
Create performance tests for actionscript and graphics, then log the results. Includes tools to integrate performance tests into unit tests for TDD.** ProximityManager **
Grid based proximity system for tracking the distance between large numbers of similarly sized elements.** Rndm **
Provides simple methods for working with random values, such as Rndm.float(min, max), and Rndm.sign(). Also includes a seeded random version.** SharpenFilter **
Extends and abstracts ConvolutionFilter to provide an easy to use sharpen filter.** TextFlow **
Enables multi-field text using TextFields for applications like multicolumn text and flowing text around an image. Multiple versions with different capabilities.** Wander **
A feature rich class for implementing wander motion (heading + velocity), including simple flocking.