Almost all of the particle systems in the video use point sprites, but a few of them use billboarded quads (i.e. the effect at 2:00, 2:55). Also, the size of the particles can have a large impact on performance. Sometimes you may get better performance by using more smaller particles instead of fewer large ones.
Yup, it can be used in 2D. All of the effects in the video from time 3:32 - 5:50 are done in 2D and the mouse is used to move the emitter and magnets around.
DPSF supports drawing particles as 2D sprites (using an XNA SpriteBatch), as well as 3D pixels, point sprites, and textured quads
Are you doing anything fancy for the graphical part of this or are you just using billboarded textures? Looks pretty good though. I'd be tempted to attach light objects to all those particles and destroy your frame rate.
Hey man i just downloaded DPSF and ive been lookin at the help but its kinda slow. You should make either a video tutorial or a text tutorial on your website, would be pretty awesome. Once i get the hang of this i cant wait to start implementing it in my games.
Yeah, I plan on putting up a tutorial section on the website once I finish writing my Masters thesis. I've had this planned for a while now, just haven't had time to get to it yet. Thanks though :)
DPSF is a particle system framework for creating custom particle systems in XNA. You can download it from dpsf-danskingdom-com (Replace the "-" in the URLs with periods "."). The installer comes with all of the demo particle systems shown, so you can play around with them if you have Visual Studio 2008
are u using billboarded quads or point sprites? cuz i see rotations but my billboarded quads cant hit as high of a polycount as you =(
chibitotoro0o0 2 years ago
Almost all of the particle systems in the video use point sprites, but a few of them use billboarded quads (i.e. the effect at 2:00, 2:55). Also, the size of the particles can have a large impact on performance. Sometimes you may get better performance by using more smaller particles instead of fewer large ones.
deadlydog 2 years ago
wow. is there a way to use it in 2D?
gwomack00 2 years ago
Yup, it can be used in 2D. All of the effects in the video from time 3:32 - 5:50 are done in 2D and the mouse is used to move the emitter and magnets around.
DPSF supports drawing particles as 2D sprites (using an XNA SpriteBatch), as well as 3D pixels, point sprites, and textured quads
deadlydog 2 years ago
Are you doing anything fancy for the graphical part of this or are you just using billboarded textures? Looks pretty good though. I'd be tempted to attach light objects to all those particles and destroy your frame rate.
jbiller 2 years ago
I'm just using billboarded textures in these demos; I haven't implemented any post-processing effects yet, but it can easily be done.
deadlydog 2 years ago
yeah, attaching lights to the particles would be awesome. likely couldn't do it in real-time, but it would look sweet i'm sure :-)
deadlydog 2 years ago
Hey man i just downloaded DPSF and ive been lookin at the help but its kinda slow. You should make either a video tutorial or a text tutorial on your website, would be pretty awesome. Once i get the hang of this i cant wait to start implementing it in my games.
darkhydro5 2 years ago
Yeah, I plan on putting up a tutorial section on the website once I finish writing my Masters thesis. I've had this planned for a while now, just haven't had time to get to it yet. Thanks though :)
deadlydog 2 years ago
There are now tutorials up on the website :-)
deadlydog 2 years ago
my favorite vid
vulkein 2 years ago
WOW that looks really impressive. I think we'll implement that particelsystem in our game/engine :-)
MarioWorldWars 2 years ago
what is this how do i get it??????
killerxx77 2 years ago
DPSF is a particle system framework for creating custom particle systems in XNA. You can download it from dpsf-danskingdom-com (Replace the "-" in the URLs with periods "."). The installer comes with all of the demo particle systems shown, so you can play around with them if you have Visual Studio 2008
deadlydog 2 years ago
Damn!
cdxrd 3 years ago