Tagged Questions
The particles tag has no wiki summary.
9
votes
3answers
2k views
Particle System Design?
I'm designing my own particle System engine, this is for learning purposes, I don't really want to use an existing engine.
Right now I generated beautiful particles, but I want to layout the engine ...
7
votes
3answers
721 views
Drawing particles
One part of my app shows a landscape, but it's kinda boring as of now. Therefore, I'm planning to animate some particles over the screen (think of something like tiny wings - ...
5
votes
1answer
711 views
XNA - Creating a lot of particles at the same time
time for another XNA question. This time it is purely from a technical design standpoint though.
My situation is this: I've created a particle-engine based on GPU-calculations, far from complete but ...
5
votes
7answers
1k views
uniform generation of 3D points on cylinder/cone
I wish to randomly and uniformly generate points on a cylinder and a cone (separately). The cylinder is defined by its center, its radius and height. Same specifications for the cone. I am able to get ...
4
votes
2answers
1k views
Rendering fire in OpenGL
I want to render a fire effect in OpenGL based on a particle simulation. I have hundreds of particles which have a position and a temperature (and therefore a color) as well as with all their other ...
4
votes
4answers
651 views
Simulating a candle flame in Objective C
As part of a current project I've been asked to display a candle onscreen. Users should be able to tilt the device to tilt the flame, and perform an action (eg. tap) to blow out the flame. I'm at a ...
4
votes
2answers
246 views
How do those java sand games keep track of so many particles?
Can anyone shed any light on how a program like that might be structured?
What java classes would they employ to keep track of so many particles and then check against them for things like collision ...
3
votes
1answer
497 views
Are there any iOS Particle System Libraries
Does anyone know of any (opensource would be nice) Particle / Emitter libraries for iOS? I know of cocos iphone but couldn't find any others.
If all else fails I'll get my hands dirty and learn ...
3
votes
1answer
761 views
Simple particle system on Android using OpenGL ES 1.0
I'm trying to put a particle system together in Android, using OpenGL. I want a few thousand particles, most of which will probably be offscreen at any given time. They're fairly simple particles ...
3
votes
2answers
679 views
Flash Actionscript 3.0 : Number Type and Decimal Precision (Vector Fields and Particles)
I'm modeling a vector field in flash and spawning a mess of particles to visualize the flow of the field. Using the vector field F(x,y)=yi-xj
This vector field has a curl, the particles are to move ...
3
votes
2answers
616 views
particle system: particle generation
I have a system that generates particles from sources and updates their positions. Currently, I have written a program in OpenGL which calls my GenerateParticles(...) and UpdateParticles(...) and ...
3
votes
1answer
689 views
opengl modelling rocket flame and vapour trails with particles
Does anyone have any guidance for coding an approximation for the particle stream coming out of a jet engine (with afterburner) in opengl using particles drawing using vertex buffers / 4f color ...
3
votes
2answers
566 views
How can I create a random simulation?
I've been playing this flash game and after I'd gotten over the initial ('lol, fire') reaction I started to wonder how I could replicate this contact-mutate behaviour in programming. I guess it's a ...
2
votes
0answers
54 views
use particles of particle designer in the project or create particle that doesn't take too much memory
I would like to know if it is possible to use the particles I have created in particle designer in my xcode project ( not cocos 2d project). if it is impossible how can I create a particle that ...
2
votes
4answers
336 views
cocos2d starting particles from a specific time in the future
I am developing a cocos2d based app with a space background in which I am exploiting a CCQuadParticleSystem to make blinking stars. I have generated this particle system with ParticleDesigner. As soon ...
2
votes
2answers
208 views
Efficient way to redraw hundreds of particles in flash?
I am just starting to learn flash/actionscript 3 and decided to code up a simple particle simulator.
The very initial design simply involves filling the screen with a buncha particles which scatter ...
2
votes
2answers
67 views
Move part of a Cocos2d project, into another project
I'm from France so excuse my poor english.
So I have a project which don't use cocos 2d with a ball which is mooving, and I have another project but with cocos 2D where there are particles.
What I ...
2
votes
1answer
401 views
More fun with a jQuery particle engine - lack of rotation
Hey, I have a jQuery particle engine (that I'm using as an excuse to learn about easing mostly) - but the little elements won't rotate - here's my code (and a fiddle - see bottom of question):
...
2
votes
3answers
1k views
Particle Engine - XNA/C#
I'm looking for a particle engine for a XNA game? Is there a good/actively maintained library available? (Open Source if possible)
2
votes
5answers
170 views
What STL container to perform removal of elements in between?
I need to pick a container to hold pointers to a type I defined (Particle). I'm using a pre-allocated Particle Object Pool ( which contain objects pre-allocated on an std::vector ).
My Particle ...
2
votes
3answers
228 views
SFML.NET particle system
I've written particle systems before and, put simply, it's more effort than it's worth given the size of the projects I want it for. What I'm ideally looking for is a particle system which can be ...
2
votes
2answers
195 views
Simple 1-D particle swarm optimization algorithm for a noisy environment
I'm experimenting with particle swarm optimisation and am trying to determine the best approach for the following simple scenario:
Optimizing a 1-dimensional function (i.e. particles are moving ...
2
votes
1answer
199 views
uniform generation of points on 3D box
I would like to generate random points on a 3D box defined by its (minx, miny, minz) and (maxx, maxy, maxz) corners. I was thinking of generating a random point inside of the box and then somehow ...
2
votes
2answers
669 views
How to create Particles structure from text in AS3?
I want to take any Text sting and form from it text formed by particles in actionscript 3 (In flash \ flex) I see I need some lib for this. but all libs Ive seen do not have such functionalyty by ...
2
votes
3answers
2k views
iPhone. Particle system performance
I try to draw rain and snow as particle system using Core Graphics.
In simulator rendering proceeded fine but when I run my app on real device rendering is slow down.
So, advise me please approaches ...
2
votes
3answers
638 views
How to render non trivial particles in OpenGL
I have a particle system where the positions and various properties are stored in a vertex buffer object. The values are continuously updated by a CUDA kernel. Presently I am just rendering them ...
2
votes
7answers
3k views
Projecting a 3d sphere into a 2d circle on the screen
What are some rasterization algorithms that can just project a 3d sphere into a pixel grid? I want to avoid ray casting. Essentially, given a 3d coordinate and a radius, is there a quick way to just ...
1
vote
3answers
66 views
Making HTML5 fluid particles on large canvas
I'm a newbie in html5/CSS3/jquery, and I'm making this (not finished yet):
http://catherinearnould.sio4.net/autres/kat/
The problem is that, because of the large canvas with particles, the animations ...
1
vote
1answer
45 views
Particle effect in cocos2d ios game
I am a new hand in developing game in cocos2d, and I use the class CCRenderTexture in my game. Does this class support particle effects? I now have a particle effect, and I want to it to be ...
1
vote
1answer
86 views
use particle from particle designer to a project
I would like to use my particle created with particle designer in my xcode project that is not a cocos 2D project.Can I use it ? And if yes how ?
1
vote
1answer
98 views
OpenGL particles, help controlling direction
I am trying to modify this Digiben sample in order to get the effect of particles that generate from a spot (impact point) and float upwards kind of like the sparks of a fire. The sample has the ...
1
vote
1answer
69 views
Particle engine problem
i am implementing particle engine and here is my code:
-(id) init
{
// always call "super" init
// Apple recommends to re-assign "self" with the "super" return value
if( (self=[super ...
1
vote
1answer
397 views
Collision detection with particles in Cocos2d
I am using CCParticleSystemQuad to create a particle effect. Now I would like to test for collisions with a CGRect from my Cocos2d scene. I listed another subject similar to this one and got a little ...
1
vote
2answers
320 views
How to get particle position in Cocos2d (iphone)
I am using CCParticleSystemQuad to create a particle effect in Cocos2d.
Now I would like to test each particle for collisions with a CCRect.
How do I get the postions of each particle in the particle ...
1
vote
1answer
641 views
Proper implementation of Particle Designer plist emitters in cocos2d?
I'm confused about how to properly use emitters made in Particle Designer with Retina displays in cocos2d. I have tried using an emitter with a non-hd texture (fire.png for example) saved as ...
1
vote
1answer
177 views
Import particle from cocos 2d project to non-cocos2d project
I have created particle in cosos 2d and I want to import my particle into my real project (non cocos2) project, How can I do this?
1
vote
3answers
150 views
OpenGL lighting small objects?
Hey. I'm having a problem with lighting when dealing with really small particles. I'm doing particle-based fluid simulation and am right now rendering the fluid as really tiny polygonized spheres (by ...
1
vote
2answers
156 views
How do I shorten Cocos2D particle lifespan?
I've tried experimenting with low life, low life var but the particles seem to hang around for a few seconds. I want them to fade quicker.
I have an NSObject which has a particles property on it. I ...
1
vote
2answers
434 views
xcode iphone particles without cocos2D
is it possible to have particles without using cocos 2D. I know particle designer but we have to use it with cocos 2D. How can I make particles without cocos 2D ??
1
vote
2answers
257 views
Position based dynamics example (Matthias Müller)
I'm wondering if someone has a code example of position based dynamics with i.e. a spring constraint? I found this paper describing the technique which has some pseudo code, but I would love to see ...
1
vote
3answers
90 views
Algorithm for particles targeting
I'm building a particles systems, one of the features I'd like to add is a "target" feature. What I want to be able to do is set an X,Y target for each particle and make it go there, not in a straight ...
1
vote
1answer
346 views
AS3 virtual array of particles
I made a particle class following a tutorial a while ago. Basically it uses some sort of a virtual list, replacing the array method, which makes it really fast solution. So everything is working ...
1
vote
2answers
233 views
3D mesh to particle cloud conversion
I need to convert arbitrary triangulated 3D mesh to cloud of particles that are uniformly spaced.
First thought was to try find a way to fill one 3D triangle. And then fill each triangle of mesh, ...
1
vote
1answer
577 views
Particle library
maybe someone knows a good crossplatform particle library?
I know Pyro particle library, but it's not crossplaftorm and free. There is also Magic Particles (Probably, the best version I need) but ...
1
vote
3answers
833 views
particle animation in iphone sdk
hai i'm in need of particle animation in my uiview based 2D game. At present i'm using the array of images for particle animations this make my app size increase some time leads to memory leak also. ...
1
vote
3answers
2k views
how to create a particle system on iphone and retain the created particles?
I need to create a particle system and retain the created particles. I need to shake / move the created particles with the iphone accelerometer. Also, the number of particles needs to be very high (I ...
1
vote
3answers
184 views
Particle stream should be the same length regardless of emitter speed
I'm writing a particle system for our student game, and I've run into a bit of a snag. I want to improve the effect on the ships' rockets, but I can't seem to figure out how.
Here's how the effect ...
1
vote
1answer
578 views
XML Schema - getting around unique tag constraint
I have to make a schema for an XML format that's already being used. The existing XML is being generated already by a different program, and it sounds like it would be difficult to track down all the ...
0
votes
0answers
28 views
Particles with additive blending
I am trying to add additive blending to particles in the 3D chat game IMVU. I have little to no knowledge of coding except for something i read on an IMVU forum.
So far the 'code' i have for my ...
0
votes
2answers
112 views
create particles without opengl and cocos2D. snowfall application
well I wanted to create particles like (snow ) without openGL or cocs2D, and I found this sample code called snowfall and in this code there is this :
flakeImage = [UIImage imageNamed:@"flake.png"];
...