diff --git a/examples/particle-system/README.md b/examples/particle-system/README.md
new file mode 100644
index 0000000..4302f9e
--- /dev/null
+++ b/examples/particle-system/README.md
@@ -0,0 +1,27 @@
+Particles System Example
+========================
+
+This example shows how the Particle system can be used.
+
+It shows three effects:
+
+* Fire Effect:
+
+ This is a simple effect that shows fire particles rising from the center of the window.
+
+ 
+
+* Sparkle Effect:
+
+ This shows multiple sized particles starting at the center of the window and going in all directions.
+
+ 
+
+* Image Source Effect:
+
+ This takes an image source and creates particles from that image and shows them waving.
+
+ 
+
+By tapping the screen, you can move between one effect to the next.
+You can also press any key to move to the next effect apart from the ESC or Back keys which will exit the application.
\ No newline at end of file
diff --git a/examples/particle-system/images/fire-effect.png b/examples/particle-system/images/fire-effect.png
new file mode 100644
index 0000000..d46f1a0
--- /dev/null
+++ b/examples/particle-system/images/fire-effect.png
diff --git a/examples/particle-system/images/image-source-effect.png b/examples/particle-system/images/image-source-effect.png
new file mode 100644
index 0000000..60ace37
--- /dev/null
+++ b/examples/particle-system/images/image-source-effect.png
diff --git a/examples/particle-system/images/sparkle-effect.png b/examples/particle-system/images/sparkle-effect.png
new file mode 100644
index 0000000..3a0a103
--- /dev/null
+++ b/examples/particle-system/images/sparkle-effect.png
diff --git a/examples/particle-system/particle-system-example.cpp b/examples/particle-system/particle-system-example.cpp
index cda518d..3dd6b9e 100644
--- a/examples/particle-system/particle-system-example.cpp
+++ b/examples/particle-system/particle-system-example.cpp
@@ -17,18 +17,14 @@
#include
-#include
-#include
#include
+#include
#include
#include
+#include
#include
-#include
-#include
#include
-#include
-#include