Giter Site home page Giter Site logo

as3libs's Introduction

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.

as3libs's People

Contributors

gskinner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.