Flint Particle System Forum - [Q]Particles with edges algorithm 2010-06-13T09:10:02+01:00 http://flintparticles.org/forum/ Lussumo Vanilla & Feed Publisher [Q]Particles with edges algorithm http://flintparticles.org/forum/comments.php?DiscussionID=141&Focus=570#Comment_570 2008-12-09T06:18:50+00:00 2008-12-09T06:19:39+00:00 Darren Fu http://flintparticles.org/forum/account.php?u=118 Hi, I'm fan of this particle system. And I'm trying to leverage this system to my social website to analysis network of a group of people. My requirement, or say purpose, is to make a group of ... I'm fan of this particle system. And I'm trying to leverage this system to my social website to analysis network of a group of people.

My requirement, or say purpose, is to make a group of particles with edges between them to diffuse from center of stage to every corner of the stage.
And the last diffusion effect is that nodes with more edges will still be assembled together, while nodes with less edges will diffuse to corner.
This algorithm above is already implemented with Java code, but when migrate to AS3, the performance is not so pleased.

My question is - is there an similar existing algorithm in FLINT? In another word, does FLINT particles take care of edges and betweenness when particles move?
Thank you~

Darren]]>
[Q]Particles with edges algorithm http://flintparticles.org/forum/comments.php?DiscussionID=141&Focus=575#Comment_575 2008-12-11T07:51:25+00:00 2010-06-13T09:10:02+01:00 Richard http://flintparticles.org/forum/account.php?u=1 Flint doesn't do this. It would be possible to add such code, but not easy. If you decide to try implementing this algorithm in flint, do ask here if you have any questions or problems doing it.