Microsoft Xna Framework 3.1 -
: Improved the way developers handled sound effects and background music.
Position += Velocity * deltaTime; Velocity += Acceleration * deltaTime; Lifetime -= deltaTime; microsoft xna framework 3.1
Microsoft officially discontinued XNA in 2013. However, its DNA lives on in several open-source projects: : Improved the way developers handled sound effects
// Generate new particles at the specified rate for (int i = 0; i < EmissionRate; i++) Velocity += Acceleration * deltaTime
Let us know in the comments what your first XNA project was!