diff --git a/examples/xane01/Makefile b/examples/blending/Makefile similarity index 100% rename from examples/xane01/Makefile rename to examples/blending/Makefile diff --git a/examples/xane01/source/GFX/RGFX_Background.h b/examples/blending/source/GFX/RGFX_Background.h similarity index 100% rename from examples/xane01/source/GFX/RGFX_Background.h rename to examples/blending/source/GFX/RGFX_Background.h diff --git a/examples/xane01/source/GFX/RGFX_Background.jpg b/examples/blending/source/GFX/RGFX_Background.jpg similarity index 100% rename from examples/xane01/source/GFX/RGFX_Background.jpg rename to examples/blending/source/GFX/RGFX_Background.jpg diff --git a/examples/xane01/source/GFX/RGFX_Blob01.h b/examples/blending/source/GFX/RGFX_Blob01.h similarity index 100% rename from examples/xane01/source/GFX/RGFX_Blob01.h rename to examples/blending/source/GFX/RGFX_Blob01.h diff --git a/examples/xane01/source/GFX/RGFX_Blob01.png b/examples/blending/source/GFX/RGFX_Blob01.png similarity index 100% rename from examples/xane01/source/GFX/RGFX_Blob01.png rename to examples/blending/source/GFX/RGFX_Blob01.png diff --git a/examples/xane01/source/GFX/RGFX_Blob02.h b/examples/blending/source/GFX/RGFX_Blob02.h similarity index 100% rename from examples/xane01/source/GFX/RGFX_Blob02.h rename to examples/blending/source/GFX/RGFX_Blob02.h diff --git a/examples/xane01/source/GFX/RGFX_Blob02.png b/examples/blending/source/GFX/RGFX_Blob02.png similarity index 100% rename from examples/xane01/source/GFX/RGFX_Blob02.png rename to examples/blending/source/GFX/RGFX_Blob02.png diff --git a/examples/xane01/source/GFX/RGFX_Blob03.h b/examples/blending/source/GFX/RGFX_Blob03.h similarity index 100% rename from examples/xane01/source/GFX/RGFX_Blob03.h rename to examples/blending/source/GFX/RGFX_Blob03.h diff --git a/examples/xane01/source/GFX/RGFX_Blob03.png b/examples/blending/source/GFX/RGFX_Blob03.png similarity index 100% rename from examples/xane01/source/GFX/RGFX_Blob03.png rename to examples/blending/source/GFX/RGFX_Blob03.png diff --git a/examples/xane01/source/GFX/RGFX_Font.h b/examples/blending/source/GFX/RGFX_Font.h similarity index 100% rename from examples/xane01/source/GFX/RGFX_Font.h rename to examples/blending/source/GFX/RGFX_Font.h diff --git a/examples/xane01/source/GFX/RGFX_Font.png b/examples/blending/source/GFX/RGFX_Font.png similarity index 100% rename from examples/xane01/source/GFX/RGFX_Font.png rename to examples/blending/source/GFX/RGFX_Font.png diff --git a/examples/xane01/source/main.c b/examples/blending/source/main.c similarity index 100% rename from examples/xane01/source/main.c rename to examples/blending/source/main.c diff --git a/examples/xane02/Makefile b/examples/particle/Makefile similarity index 100% rename from examples/xane02/Makefile rename to examples/particle/Makefile diff --git a/examples/xane02/source/GFX/RGFX_Background.h b/examples/particle/source/GFX/RGFX_Background.h similarity index 100% rename from examples/xane02/source/GFX/RGFX_Background.h rename to examples/particle/source/GFX/RGFX_Background.h diff --git a/examples/xane02/source/GFX/RGFX_Background.jpg b/examples/particle/source/GFX/RGFX_Background.jpg similarity index 100% rename from examples/xane02/source/GFX/RGFX_Background.jpg rename to examples/particle/source/GFX/RGFX_Background.jpg diff --git a/examples/xane02/source/GFX/RGFX_Crosshair.h b/examples/particle/source/GFX/RGFX_Crosshair.h similarity index 100% rename from examples/xane02/source/GFX/RGFX_Crosshair.h rename to examples/particle/source/GFX/RGFX_Crosshair.h diff --git a/examples/xane02/source/GFX/RGFX_Crosshair.png b/examples/particle/source/GFX/RGFX_Crosshair.png similarity index 100% rename from examples/xane02/source/GFX/RGFX_Crosshair.png rename to examples/particle/source/GFX/RGFX_Crosshair.png diff --git a/examples/xane02/source/GFX/RGFX_Font.h b/examples/particle/source/GFX/RGFX_Font.h similarity index 100% rename from examples/xane02/source/GFX/RGFX_Font.h rename to examples/particle/source/GFX/RGFX_Font.h diff --git a/examples/xane02/source/GFX/RGFX_Font.png b/examples/particle/source/GFX/RGFX_Font.png similarity index 100% rename from examples/xane02/source/GFX/RGFX_Font.png rename to examples/particle/source/GFX/RGFX_Font.png diff --git a/examples/xane02/source/GFX/RGFX_Smoke.h b/examples/particle/source/GFX/RGFX_Smoke.h similarity index 100% rename from examples/xane02/source/GFX/RGFX_Smoke.h rename to examples/particle/source/GFX/RGFX_Smoke.h diff --git a/examples/xane02/source/GFX/RGFX_Smoke.png b/examples/particle/source/GFX/RGFX_Smoke.png similarity index 100% rename from examples/xane02/source/GFX/RGFX_Smoke.png rename to examples/particle/source/GFX/RGFX_Smoke.png diff --git a/examples/xane02/source/main.cpp b/examples/particle/source/main.cpp similarity index 100% rename from examples/xane02/source/main.cpp rename to examples/particle/source/main.cpp