<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>n8o &#187; Libraries</title>
	<atom:link href="http://www.n8o.org/tag/libraries/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.n8o.org</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 21:38:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Manage your AS3 Libs in Eclipse / Flash Builder</title>
		<link>http://www.n8o.org/random-outbursts/manage-as3-libs-eclipse-flash-builder/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=manage-as3-libs-eclipse-flash-builder</link>
		<comments>http://www.n8o.org/random-outbursts/manage-as3-libs-eclipse-flash-builder/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 15:14:57 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Random Outbursts]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=72</guid>
		<description><![CDATA[One of the things I hate doing is managing all the different libraries I may use in a project. Luckily Dennis @ rozengain.com has made a plugin for Eclipse / Flash builder that works like a charm called the ActionScript Framework Downloader. All you need to make it work is: Eclipse 3.2 or greater SVN [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I hate doing is managing all the different libraries I may use in a project. Luckily Dennis @ <a title="rozengain" href="http://rozengain.com">rozengain.com</a> has made a plugin for Eclipse / Flash builder that works like a charm called the <a title="ActionScript Framework Downloader" href="http://www.rozengain.com/blog/2009/10/09/eclipse-plug-in-download-as3-libraries-straight-to-your-eclipseflex-builderfdt-project/">ActionScript Framework Downloader</a>. All you need to make it work is:</p>
<ul>
<li> Eclipse 3.2 or greater</li>
</ul>
<ul>
<li>SVN Command line tool</li>
</ul>
<p>Once you have SVN all setup you can download the <a title="ActionScript Framework Downloader" href="http://www.rozengain.com/files/com.rozengain.eclipse.asframework.jar">JAR</a> file and place it in your Eclipse plugin folder and restart Eclipse .</p>
<p>To use it up first go to Preferences &gt; ActionScript Framework Downloader and add the libraries you want to use. Then close the preferences window and navigate to the folder you want to download the libraries to. Right click on the folder and click download ActionScript framework here. Select the libs you want to download and then click finish.</p>
<p>That's it. A very easy and slick plugin to manage all your library files. I've used it with the latest Beta of Flash Builder and it works great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n8o.org/random-outbursts/manage-as3-libs-eclipse-flash-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 20 Most used AS3 Libraries</title>
		<link>http://www.n8o.org/web-dev/my-20-most-used-as3-libraries/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=my-20-most-used-as3-libraries</link>
		<comments>http://www.n8o.org/web-dev/my-20-most-used-as3-libraries/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 16:33:38 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=61</guid>
		<description><![CDATA[Because I work full time developing primarily in AS3. I have come across a lot of very useful libraries that I like to use in my day to day work. So today I present you with a list of the top 20 libraries that I have come to use on a more regular basis. I [...]]]></description>
			<content:encoded><![CDATA[<p>Because I work full time developing primarily in AS3. I have come across a lot of very useful libraries that I like to use in my day to day work. So today I present you with a list of the top 20 libraries that I have come to use on a more regular basis. I hope you may find and discover something here that may be of use to you. If you have a library that you use a lot please let me know.<span id="more-61"></span></p>
<h2><a href="http://alivepdf.bytearray.org/">AlivePDF</a></h2>
<p>ActionScript 3 Open-Source PDF Library - 100% client side PDF generation which makes you and your server happy.</p>
<h2><a href="http://www.cove.org/ape/index.htm">APE Actionscript Physics Engine</a></h2>
<p>APE (Actionscript Physics Engine) is a free AS3 open source 2D physics engine for use in Flash and Flex.</p>
<h2><a href="http://code.google.com/p/as3corelib/">AS3 Core Library</a></h2>
<p>The corelib project is an ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript 3. These include classes for MD5 and SHA 1 hashing, Image encoders, and JSON serialization as well as general String, Number and Date APIs.</p>
<h2><a href="http://code.google.com/p/as3crypto/">AS3 Crypto</a></h2>
<p>As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms.</p>
<h2><a href="http://code.google.com/p/as3httpclientlib/">AS3 HTTP Client</a></h2>
<p>An HTTP/HTTPS client library for Actionscript 3. supports GET, HEAD, PUT, POST, DELETE.</p>
<h2><a href="http://code.google.com/p/as3isolib/">AS3 Isometric Library</a></h2>
<p>As3isolib is an open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected content (such as games and graphics) targeted for the Flash player platform. As3isolib includes utilities, primitives and views. As3isolib was developed with simplicity, speed and performance in mind so that developers can focus on actual implementations rather than having to learn a complex API. The as3isolib is loosely based on a scenegraph implementation.</p>
<h2><a href="http://code.google.com/p/as3notificationlib/">AS3 Notification Library</a></h2>
<p>This project makes it easy to add cross-platform notifications to your AIR application. It handles "native system notifications" like the dock icon bouncing and the taskbar icon flashing, and it allows you to easily create alert "pop-ups".</p>
<h2><a href="http://www.gskinner.com/blog/archives/2007/04/free_extension.html">AS3 String Utils</a></h2>
<p>A simple library that allows you to do string manipulation.</p>
<h2><a href="http://code.google.com/p/away3d/">Away3D</a></h2>
<p>Away3D is a realtime 3d engine for flash in ActionScript 3.0.</p>
<h2><a href="http://box2dflash.sourceforge.net/">Box2DFlashAS3</a></h2>
<p>Box2DFlashAS3 is an open source port of Erin Catto's powerful c++ physics library Box2D.</p>
<h2><a href="http://deng.com.br/">Deng</a></h2>
<p>DENG is an award-winning, open source Modular XML Browser, capable of rendering subsets of XHTML, SVG, XForms, XFrames, arbitrary XML (e.g. RSS) and any other custom XML application, styled by CSS 3.</p>
<h2><a href="http://www.libspark.org/wiki/saqoosha/FLARToolKit/en">FLAR Toolkit</a></h2>
<p>FLARToolKit recognize the marker from input image. and calculate its orientation and position in 3D world.</p>
<h2><a href="http://opensource.adobe.com/wiki/display/flexunit/FlexUnit">Flex Unit</a></h2>
<p>FlexUnit is a unit testing framework for Flex and ActionScript 3.0 applications and libraries. It mimics the functionality of JUnit, a Java unit testing framework, and comes with a graphical test runner.</p>
<h2><a href="http://codeazur.com.br/lab/fzip/">FZip</a></h2>
<p>FZip is an Actionscript 3 class library to load, modify and create standard ZIP archives.</p>
<h2><a href="http://mate.asfusion.com/">Mate</a></h2>
<p>Mate is a tag-based, event-driven Flex framework. Flex applications are event-driven. Mate framework has been created to make it easy to handle the events your Flex application creates. Mate allows you to define who is handling those events, whether data needs to be retrieved from the server, or other events need to be triggered.</p>
<h2><a href="http://www.bytearray.org/?p=91">Mouse Gesture Recognition</a></h2>
<p>A simple implementation of a mouse gesture recognition algorithm.</p>
<h2><a href="http://code.google.com/p/papervision3d/">Papervision 3D</a></h2>
<p>Open source realtime 3D engine for Flash.</p>
<h2><a href="http://code.google.com/p/as3soundeditorlib/">Sound Editor Library</a></h2>
<p>Application displays a spectrum of the mp3 file, displays cue points from a file, and allows navigation and playback of mp3 and navigation between cue points.</p>
<h2><a href="http://code.google.com/p/as3syndicationlib/">Syndication Library</a></h2>
<p>Use the syndication library to parse Atom and all versions of RSS easily. This library hides the differences between the formats so you can parse any type of feed without having to know what kind of feed it is.</p>
<h2><a href="http://code.google.com/p/tweener/">Tweener</a></h2>
<p>Tweener helps you move things around on the screen using only code, instead of the timeline. The general idea of a tweening Class is that dynamic animation and transitions (created by code) are easier to maintain and control, and more stable than animation based on the regular Flash timeline, since you can control it by time rather than by frames. Aimed both for designers and advanced developers, the Tweener syntax is created with simplicity of use in mind, while still allowing access to more advanced features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n8o.org/web-dev/my-20-most-used-as3-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
