Skip to content

XML Content pipeline sample based off the XNA XML Particles 3D source upgraded to MonoGame

License

Notifications You must be signed in to change notification settings

SimonDarksideJ/XMLContentLoading

Repository files navigation

#Authoring Particle Systems Using XML and the Content Pipeline#

Description:

This tutorial teaches you how to extend the [Particles 3D](https://github.com/DDReaper/XNAGameStudio/wiki/Particles 3D) sample so the particle systems are defined by XML files loaded with the Content Pipeline.

Sample Overview

In the original version of the sample, each particle system was defined by using a separate class that derived from the abstract ParticleSystem base class, and overloaded the InitializeSettings method to specify how the particle system should be displayed. That meant you had to create a new class any time you wanted to add a new type of particle, and had to recompile your game any time you modified one of these classes to alter the particle behavior. Using external XML files allows you to create and tweak any number of different particle systems without needing to change the main game executable.

All content and source code downloaded from this page are bound to the Microsoft Permissive License (Ms-PL).

About

XML Content pipeline sample based off the XNA XML Particles 3D source upgraded to MonoGame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published