Tagged Questions
The particle tag has no wiki summary.
4
votes
5answers
286 views
More Efficient Method of Drawing Thousands of Particles (Java/Android)
So I'm writing a sort of particle simulator, like a "falling sand game" if you know what that is, and I've kind of hit a roadblock now. The way I'm doing this is I have a particle object that ...
4
votes
2answers
191 views
Any way to check if a XmlSchemaParticle is an EmptyParticle?
I'm struggling with something here, is there a proper way to check whether a XmlSchemaParticle is an EmptyParticle or not?
XmlSchemaParticle.EmptyParticle seems to be a private inner class of ...
3
votes
2answers
473 views
OpenGL ES 2.0 — Best route for simple particle systems
I am attempting to create a very simplistic particle system for an Android application using OpenGL ES 2.0. Basically it is just for linear moving clouds in the background. My first thought before ...
3
votes
2answers
2k views
Alpha transparency with particle effects in OpenGL
I have a simple particle effect in OpenGL using GL_POINTS. The following is called, being passed particles in order from the particle furthest from the camera first to the one nearest the camera last:
...
2
votes
2answers
311 views
Preserving Ajax page state with URL hash
There is a page on my site with two sets of tabs, each tab's link is ajax-driven but has a proper href in case javascript is not enabled. I'm about to implement an ajax 'back-button' solution using a ...
1
vote
1answer
32 views
How would you create a particle SURFACE emitter based on a created canvas shape? HTMLS CANVAS JS
I have a shape (a quarter circle) that I've created using the html canvas function:
moveTo
LineTo
QuadraticCurveTo
How do I go about exploding the shape into particles and then return them to form ...
1
vote
1answer
111 views
Exploding Ring particle effect with Cocos2d
I found the Exploding Ring particle effect best suite what I need but I could not figure out how to control the blast radius of this particle effect. I.e: not exploding out the whole screen but only ...
1
vote
2answers
105 views
Android Particle System converge single point
Ok I have a particle system going in Android.
Right now I use 500 or so particles and they randomly move around the screen. I set it so that on touch (actually motion right now). that all the ...
1
vote
0answers
182 views
AS3 gaia and particle effects problem
EDIT: I changed the code. I implemented it in the last code block (third), being the first two originals.
I have a gaia website, in one of its pages there should be a background particle effect.
...
1
vote
2answers
1k views
fruit ninja Blade effect
i want to make fruit ninja blade. i am using cocos2d and the MotionStreak is really ugly for this. Any other approach or better settings for MotionStreak? maybe particle system? any free great tools ...
1
vote
3answers
528 views
Particle Engine - OpenGL
I was wondering whether there are good tutorials available for creating a particle engine.
I would like to make fireballs , sparks (thunder) , ice cubes etc.
I want the code to be portable
and not ...
1
vote
2answers
443 views
open source smooth particle hydrodynamics
Anyone know of any open source libraries for particle based large scale smooth particle hydrodynamics. I am looking for a easier way of simulating large scale planetary body impacts with rotation.
I ...
0
votes
0answers
23 views
Random Particle Explosion
I've been tinkering with Particle Stuff, mostly just getting my mind wrapped around the 2d drawing for xna, so I can move forward and make a game or two.
The problem im having at this point is that I ...
0
votes
0answers
182 views
use CAEmitterLayer to draw particles around a circle or a CGPath
I'm trying to use iOS 5's particle system (CAEmitterLayer and CAEmitterCell) to draw particles around a circle (or even better, a CGPath), but I don't know how to do it. The best I could do is make an ...
0
votes
1answer
77 views
Can I flip texture in cocos2d's particle system?
I want to make an particle effect for fallen leaf or little paper fallen from above, like it was autumn or on a wedding. So I think maybe I could use a texture for leaf or paper, let them fallen from ...
0
votes
2answers
198 views
XNA Particle system performance
I have a particle system using basic spritebatch, where the particles are being created and destroyed based on decremental alpha value till 0.
The perfomance of the system is quite poor on pc, and ...
0
votes
1answer
313 views
Do notable applications use cocos2d?
I'm French so excuse my poor English.
I'd like to know is if Tiny Wings, Angry Birds, and other great applications like that use cocos2D, for some or all of their game. I want to use the particle ...
0
votes
0answers
334 views
smoothed particle hydrodynamics fluid sim
I've written some sph code for a simple java applet. It seems to be working quite well, but I can't get surface tension forces to work correctly, when I add it in it ends up destabilising the system ...
0
votes
2answers
365 views
How to display particles on android?
I'm writing a opengl es program (NDK) on android and I need render some particles.
Could anyone tell me how to display particles on android?
Thanks!
0
votes
2answers
985 views
what is the easiest way to implement particle system without openGL nor cocos2d
All is in the question, I've worked enough with cocos2d to say it's a great library but today I only wanna use particle system in a total UIKit project. As long as long I know, unfortunately, I have ...
0
votes
1answer
111 views
particle animation problem
I'm trying to draw several particles as we touch and moving. When user tilts the device, particles moves to the tilted side.
I made this steps by using each particles on each Image View. But it's too ...
-1
votes
1answer
117 views
ways to make a physics engine [closed]
Hey so i've been looking into real time physics engines, which led me to the crazyLaggoa multiphysics engine by thiaga costa, and brought up the question of:
What are some possible ways, ideas that ...