PDA

View Full Version : Emitter 2.0 - Particle FX engine


CJ Cat
02-07-2009, 05:48 PM
About six months ago I made my first particle engine, Emitter 1.0.
Last week I started working on version 2.0.

After an almost sleepless week,
finally I got it finished and working :)

Version 2.0 is quite a big project.
I've made components for it and a thorough SWF manual (still WIP).
Currently, 15 basic and 2 advanced examples are available.
Also, it's fully documented.

31236

project homepage: http://code.google.com/p/emitter
example pack: http://emitter.googlecode.com/files/Emitter%202.0.41%20examples.rar
(advanced examples are in the SVN repository)

WIP manual: http://homepage.ntu.edu.tw/%7Eb95901008/bbsfiles/AS3CS4/Emitter/Emitter%202.0%20manual.swf


This is how the point source component parameters look like:

31237


And here are some screenshots of the examples:

31238 31239


Hope you like it :D

nakedkafka
02-07-2009, 09:02 PM
very nice, many thanks for sharing.

cjx3711
02-17-2009, 05:50 AM
Is this only for actionscript 3.0?

CJ Cat
02-17-2009, 08:05 AM
Is this only for actionscript 3.0?

Yeah, it's only for AS3.
More precisely, it's only for Flash CS4 and Flex SDK 3.2+
Because it's targeted for Flash Player version 10.

kkbbcute
02-17-2009, 09:13 AM
Yeah, it's only for AS3.
More precisely, it's only for Flash CS4 and Flex SDK 3.2+
Because it's targeted for Flash Player version 10.

It's a pity, I use AS2 exclusively on CS4.

cjx3711
02-17-2009, 01:07 PM
It's a pity, I use AS2 exclusively on CS4.

So do I. I find AS3 very confusing (which means I haven't actually bothered to learn :))

CJ Cat
05-02-2009, 11:27 AM
Hey guys, recently I've recorded several Emitter video tutorials.
Hope you like it :)

http://www.youtube.com/watch?v=SuFkqje7qDQ&feature=PlayList&p=84AC3DE6772538E4&index=0&playnext=1
More vids coming up~

RelaxGuy
05-03-2009, 06:07 AM
Awesome job dude, love the videos.

kkbbcute
05-04-2009, 01:09 PM
Nice vids, any updates to the engine so far? :)

CJ Cat
05-04-2009, 03:58 PM
Nice vids, any updates to the engine so far? :)

Yeah, it's already version 2.1.
You can check out the milestones and change log in the wiki page section in the Google Code project homepage.
I'll cover more about the new features right after I'm done with the basics.

kkbbcute
05-05-2009, 12:25 PM
Okay, will wait for the update ;)

CJ Cat
05-22-2009, 08:54 AM
I've just recorded 4 new vids,
one talking about how to create timeline-animated particles,
and three coving features new to Emitter 2.1.

11 - Timeline-Animated Particles (http://www.youtube.com/watch?v=CoLRYGD88XY&feature=PlayList&p=84AC3DE6772538E4&index=10)

12 - Composite Behavior Triggers (http://www.youtube.com/watch?v=fBiaaiMLoM0&feature=PlayList&p=84AC3DE6772538E4&index=11)

13 - XML (http://www.youtube.com/watch?v=tAurEAglhl0&feature=PlayList&p=84AC3DE6772538E4&index=12)

14 - More on XML (http://www.youtube.com/watch?v=Gb2QnxCAvgU&feature=PlayList&p=84AC3DE6772538E4&index=13)