Categories
- Air Native Extension
- Animation
- AS3 Game Gears Blog
- Assets
- Augmented Reality
- Authentication
- Backend
- Compression
- Computer Vision
- Cryptography
- Debug
- Decompilers
- Editors
- Engines
- Frameworks
- IA
- IDE
- IM
- Input
- Loaders
- Localization
- Math
- Misc
- Monetization
- Multiplayer
- Obfuscation
- Particles
- Path Finding
- Physics
- Profiling
- Serialization
- Sound
- Stage3D
- State machine
- Testing
- Text
- Tracking
- Tweening
- UI
- Video
- XML
as3-to-typescript
As3-to-typescript is a tool that helps porting as3 codebase to typescript. Written in typescript itself, the tool runs on top of NodeJS, working from the command line. It will…
hxScout
HxScout aims to be a free, cross-platform alternative to Adobe Scout. When ready, the tool should provide much the same capability of its commercial counterpart, as the ability to…
MIT
Comments Off on hxScout
NESbox
Emulator of NES, Super Nintendo, Sega Mega Drive video consoles, built on Adobe Flash technology. Currently it can only be run in your browser, but it supports a…
MIT
Comments Off on NESbox
as3GeomAlgo
As3GeomAlgo is a small collection of geometry algorithms. It contains the implementation of several methods able to create a geometric representation of an image, e.g. fill an image with triangles. This library…
MIT
Comments Off on as3GeomAlgo
as3scriptinglib
Library that aims to provide an API for compiling and executing runtime ActionScript/JavaScript within the Flash client (no server required). It uses Adobe’s ECMAScript 4…
MIT
Comments Off on as3scriptinglib
PNGEncoder2
Library to compresses BitmapData objects into PNG files stored in ByteArray objects. The code was originally written in the Haxe language, but it is possible to…
New BSD
Comments Off on PNGEncoder2
easyWorker
Library to easily implement Workers. The main goal of the library is to lift the burden of creating another project and/or an extra SWF to use Workers, everything…
as3delaunay
Library to calculate Delaunay triangulation and Voronoi diagrams. Using this library, a developer can easily create, for instance, a Voronoi diagram based on a set…
Worker from Class
Small library to use create Workers from Class definitions. By the default, the Flash Worker’s API receives the content of a SWF file to…
Comments Off on Worker from Class
RectanglePacking
RectanglePacking is a utility class to pack smaller rectangles within larger container rectangle efficiently. Built is efficiency in mind, the algorithm can pack 500 rectangles in 1-2ms on a…
Comments Off on RectanglePacking
libtess2
Library for tessellation. It is the GLU libtess refactored and compiled to ActionScript 3 via Adobe CrossBridge. The usual Flash drawing API is based on vector graphics,…
solMailBox
SolMailBox is a swf-to-swf and swf-to-server communication system that facilitates async passing of messages. It works pretty much like email: participants can send messages which are then new / pending…
as3hx
Tool to convert AS3 sources to their Haxe equivalent. The tool works in the command line and receives a directory as input. The output can be…
flashsnes
SNES emulator that runs on Flash Player. It is a port of SNES9x, a portable, freeware Super Nintendo Entertainment System (SNES) emulator. The project is coded using…
as3-psd-parser
Lib to parse PSD (Photoshop) files. It works by instantiating the PSDParser class, then calling the parse method passing the content of a PSD file in byte…