diff --git a/apps/platformer/CMakeLists.txt b/apps/demos/platformer/CMakeLists.txt similarity index 100% rename from apps/platformer/CMakeLists.txt rename to apps/demos/platformer/CMakeLists.txt diff --git a/apps/platformer/data/packs/data.toml b/apps/demos/platformer/data/packs/data.toml similarity index 100% rename from apps/platformer/data/packs/data.toml rename to apps/demos/platformer/data/packs/data.toml diff --git a/apps/platformer/data/twn.toml b/apps/demos/platformer/data/twn.toml similarity index 100% rename from apps/platformer/data/twn.toml rename to apps/demos/platformer/data/twn.toml diff --git a/apps/platformer/game.c b/apps/demos/platformer/game.c similarity index 100% rename from apps/platformer/game.c rename to apps/demos/platformer/game.c diff --git a/apps/platformer/player.c b/apps/demos/platformer/player.c similarity index 100% rename from apps/platformer/player.c rename to apps/demos/platformer/player.c diff --git a/apps/platformer/player.h b/apps/demos/platformer/player.h similarity index 100% rename from apps/platformer/player.h rename to apps/demos/platformer/player.h diff --git a/apps/platformer/scenes/ingame.c b/apps/demos/platformer/scenes/ingame.c similarity index 100% rename from apps/platformer/scenes/ingame.c rename to apps/demos/platformer/scenes/ingame.c diff --git a/apps/platformer/scenes/ingame.h b/apps/demos/platformer/scenes/ingame.h similarity index 100% rename from apps/platformer/scenes/ingame.h rename to apps/demos/platformer/scenes/ingame.h diff --git a/apps/platformer/scenes/scene.c b/apps/demos/platformer/scenes/scene.c similarity index 100% rename from apps/platformer/scenes/scene.c rename to apps/demos/platformer/scenes/scene.c diff --git a/apps/platformer/scenes/scene.h b/apps/demos/platformer/scenes/scene.h similarity index 100% rename from apps/platformer/scenes/scene.h rename to apps/demos/platformer/scenes/scene.h diff --git a/apps/platformer/scenes/title.c b/apps/demos/platformer/scenes/title.c similarity index 100% rename from apps/platformer/scenes/title.c rename to apps/demos/platformer/scenes/title.c diff --git a/apps/platformer/scenes/title.h b/apps/demos/platformer/scenes/title.h similarity index 100% rename from apps/platformer/scenes/title.h rename to apps/demos/platformer/scenes/title.h diff --git a/apps/platformer/state.h b/apps/demos/platformer/state.h similarity index 100% rename from apps/platformer/state.h rename to apps/demos/platformer/state.h diff --git a/apps/platformer/world.c b/apps/demos/platformer/world.c similarity index 100% rename from apps/platformer/world.c rename to apps/demos/platformer/world.c diff --git a/apps/platformer/world.h b/apps/demos/platformer/world.h similarity index 100% rename from apps/platformer/world.h rename to apps/demos/platformer/world.h diff --git a/apps/scenery/CMakeLists.txt b/apps/demos/scenery/CMakeLists.txt similarity index 100% rename from apps/scenery/CMakeLists.txt rename to apps/demos/scenery/CMakeLists.txt diff --git a/apps/scenery/data/packs/data.toml b/apps/demos/scenery/data/packs/data.toml similarity index 100% rename from apps/scenery/data/packs/data.toml rename to apps/demos/scenery/data/packs/data.toml diff --git a/apps/scenery/data/twn.toml b/apps/demos/scenery/data/twn.toml similarity index 100% rename from apps/scenery/data/twn.toml rename to apps/demos/scenery/data/twn.toml diff --git a/apps/scenery/game.c b/apps/demos/scenery/game.c similarity index 100% rename from apps/scenery/game.c rename to apps/demos/scenery/game.c diff --git a/apps/scenery/scenes/ingame.c b/apps/demos/scenery/scenes/ingame.c similarity index 100% rename from apps/scenery/scenes/ingame.c rename to apps/demos/scenery/scenes/ingame.c diff --git a/apps/scenery/scenes/ingame.h b/apps/demos/scenery/scenes/ingame.h similarity index 100% rename from apps/scenery/scenes/ingame.h rename to apps/demos/scenery/scenes/ingame.h diff --git a/apps/scenery/scenes/scene.c b/apps/demos/scenery/scenes/scene.c similarity index 100% rename from apps/scenery/scenes/scene.c rename to apps/demos/scenery/scenes/scene.c diff --git a/apps/scenery/scenes/scene.h b/apps/demos/scenery/scenes/scene.h similarity index 100% rename from apps/scenery/scenes/scene.h rename to apps/demos/scenery/scenes/scene.h diff --git a/apps/scenery/scenes/title.c b/apps/demos/scenery/scenes/title.c similarity index 100% rename from apps/scenery/scenes/title.c rename to apps/demos/scenery/scenes/title.c diff --git a/apps/scenery/scenes/title.h b/apps/demos/scenery/scenes/title.h similarity index 100% rename from apps/scenery/scenes/title.h rename to apps/demos/scenery/scenes/title.h diff --git a/apps/scenery/state.h b/apps/demos/scenery/state.h similarity index 100% rename from apps/scenery/state.h rename to apps/demos/scenery/state.h