<?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>Dovyski &#187; particles</title>
	<atom:link href="http://www.dovyski.com/tag/particles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dovyski.com</link>
	<description>Pointless things somehow useful</description>
	<lastBuildDate>Sun, 29 Jan 2012 00:27:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Improve your game with particles</title>
		<link>http://www.dovyski.com/2010/02/improve-your-game-with-particles/</link>
		<comments>http://www.dovyski.com/2010/02/improve-your-game-with-particles/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 09:08:37 +0000</pubDate>
		<dc:creator>Dovyski</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[particles]]></category>

		<guid isPermaLink="false">http://www.dovyski.com/?p=2362</guid>
		<description><![CDATA[When I play a game, I like to see all those flying particles popping up on the screen. Casual games make heavy use of this resource, sometimes more than what is considered healthy. A particle system adds dynamism to the &#8230; <a href="http://www.dovyski.com/2010/02/improve-your-game-with-particles/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I play a game, I like to see all those flying particles popping up on the screen. Casual games make heavy use of this resource, sometimes more than what is considered healthy.</p>
<p><a href="http://www.dovyski.com/wp-content/uploads/2010/01/sparkler.jpg"><img class="aligncenter size-full wp-image-2364" src="http://www.dovyski.com/wp-content/uploads/2010/01/sparkler.jpg" alt="" width="150" height="150" /></a></p>
<p>A particle system adds dynamism to the game and makes it feel alive. Where is the fun of blowing up an enemy base and see just a few flames as a reward? Players want to see lots of things flying around and sparkles shinning towards the camera. Flash gamers are no exception. In order to add particles to your game, you can use two free particle systems (both use <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.opensource.org/licenses/mit-license.php?referer=');">MIT license</a>): <a href="http://flintparticles.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/flintparticles.org?referer=');">Flint</a> and <a href="http://code.google.com/p/stardust-particle-engine/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/stardust-particle-engine/?referer=');">Stardust</a>.</p>
<p><a href="http://flintparticles.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/flintparticles.org?referer=');">Flint</a> is an open-source project to create a versatile particle system in Actionscript 3. The aim is to create a system that handles the common functionality for all particle systems, has methods for common particle behaviour, and lets developers extend it easily with their own custom behaviours without needing to touch the core code.</p>
<p><a href="http://code.google.com/p/stardust-particle-engine/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/stardust-particle-engine/?referer=');">Stardust</a> was inspired by <a href="http://flintparticles.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/flintparticles.org?referer=');">Flint</a>, but it has its own set features:</p>
<div>
<ul>
<li>Supports 2D and 3D particle effects.</li>
<li>Easy to extend for custom initializers, actions, fields, deflectors, clocks, and 2D/3D renderers.</li>
<li>Includes 3D extensions for ZedBox, Papervision3D, and ND3D.</li>
<li>Includes a native 3D renderer.</li>
<li>Supports particle masking (particles can be masked out for actions).</li>
<li>Uses linked lists and object pools to improve performance.</li>
<li>Gravity and deflector simulation.</li>
<li>Action triggers (for creating complex conditional particle behaviors).</li>
<li>XML serialization.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dovyski.com/2010/02/improve-your-game-with-particles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

