Download DPSF
The DPSF installer contains the assemlies (i.e. dlls), setup manual / help file (includes tutorials and source code), templates to start from, and
the DPSF Demo solution showing how to create many different particle systems. If you only want the assemblies, they are available on Nuget.
DPSF on NuGet
Highlights to versions 2.5.0 (XNA 4) - August 31, 2013
- Fixed Android bug where IndexOutOfRangeException would be thrown on some Android devices, depending on their hardware capabilities.
- Added SetEnabledStateForAllParticleSystems(), SetVisibleStateForAllParticleSystems(), and SetEnabledAndVisibleStatesForAllParticleSystems() functions to the ParticleSystemManager class.
- Added new DisabledWithEarlyRecycling memory management mode to allow recycling the oldest active particle when we want to add a new particle, but have no more memory available for it.
- Added new DPSFDebugWarningExceptions that are only thrown when debugging and are meant to help users catch when they do not have DPSF setup ideally.
- Created iOS friendly DPSF assemblies, but still not fully tested due to lack of Mac hardware required for testing.
- Fixed performance bug in ParticleEmitterCollection, as it was generating garbage for the Garbage Collector every time the Emitters and IDs properties were accessed (impacted Xbox greatly).
See the full change log and download older versions of DPSF here, including XNA 3.1 compatible versions.
We Would Appreciate...
- Announce the release of any application that uses DPSF on the DPSF Forums so that others can see how DPSF is being used. Your product may even be featured on XNAParticles.com. This is a form of free advertising for your application, encouraging more people to check it out.
- A mention of DPSF on your product's website along with a link back to XNAParticles.com.
- If you post a video of your product, please mention DPSF in the description, and include "DPSF" in the video keywords so that your video will be found when people search for DPSF.
- Donate any amount that you think is appropriate to DPSF. This will help keep DPSF free and encourage development to continue on it. Any amount helps, no matter how small.