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
dotMath
DotMath is a 2D, 3D math library. It provides several classes with different purposes, such as positioning (Vector2, Vector3 and Quaternion), color/matrix manipulation and 3D transformations. The matrix classes…
vec2
Vec2 is 2D math vector class. It supports many operations such as dot and cross product, rotation, tests for proximity, find orthogonal vectors, clamping, interpolation and more. The API calls…
Comments Off on vec2
AS3LinAlg
AS3LinAlg is a linear algebra library. Its provides  up to four solvers: Jacobi SVD, Eigen Vectors/Values,  Cholesky, LU and Polynomial. The library requires Apparat to be compiled, but it doesn’t use Memory…
AS3 Performance Primitives
Experimental library geared towards high-performance math, and is losely modeled on the Intel Performance Primitives library. It is intended for use with games…
Coral
Coral is a library classes for 3D Mathematics. Those classes were formerly part of Flint particle engine and were responsible for handling the 3D math under the engine’s hood.
MIT
Comments Off on Coral
As3mathlib
As3mathlib is intended to provide a rudimentary numerical analysis toolkit for the Actionscript/Flex programming environment. It is based off of the WIS Actionscript 2 libraries. This library includes…
MIT
Comments Off on As3mathlib