diff --git a/recipes/wip/demos/contrast-renderer/recipe.toml b/recipes/wip/demos/contrast-renderer/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b615843766892f625cb6bf6690a8735d369ae956
--- /dev/null
+++ b/recipes/wip/demos/contrast-renderer/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/Lichtso/contrast_renderer"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples showcase
+"""
diff --git a/recipes/wip/demos/fonterator/recipe.toml b/recipes/wip/demos/fonterator/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..93d3ec714b1da2a6a91e677b6f77a136e1929118
--- /dev/null
+++ b/recipes/wip/demos/fonterator/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/ardaku/fonterator"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples main directions image raster
+"""
diff --git a/recipes/wip/demos/pix-engine/recipe.toml b/recipes/wip/demos/pix-engine/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..481118943cce238709e923b5982a848561e44a8c
--- /dev/null
+++ b/recipes/wip/demos/pix-engine/recipe.toml
@@ -0,0 +1,15 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/lukexor/pix-engine"
+[build]
+template = "custom"
+dependencies = [
+    "sdl2",
+    "sdl2-image",
+    "sdl2-mixer",
+    "sdl2-ttf",
+    "sdl-gfx",
+]
+script = """
+cookbook_cargo_examples maze 2d_raycasting 3d_raycasting asteroids colors fluid_simulation gui hello_world image light matrix shapes textures tree windows
+"""
diff --git a/recipes/wip/demos/renderling/recipe.toml b/recipes/wip/demos/renderling/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e1dd7f86b90b022b24d831c29962acd0bd06d632
--- /dev/null
+++ b/recipes/wip/demos/renderling/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/schell/renderling"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages example
+"""
diff --git a/recipes/wip/demos/rsille/recipe.toml b/recipes/wip/demos/rsille/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..bed9f8eb5532327b2bfad0aee665e8e0e7d35685
--- /dev/null
+++ b/recipes/wip/demos/rsille/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/nidhoggfgg/rsille"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples anime-mix obj-mix cube cube-colorful imgille
+"""
diff --git a/recipes/wip/dev/graphics/bonzomatic/recipe.toml b/recipes/wip/dev/graphics/bonzomatic/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1af4e27a95de0f62bdf797d3fb6754c704c2676a
--- /dev/null
+++ b/recipes/wip/dev/graphics/bonzomatic/recipe.toml
@@ -0,0 +1,24 @@
+#TODO port to orbital
+# build instructions - https://github.com/Gargaj/Bonzomatic#linux
+[source]
+git = "https://github.com/Gargaj/Bonzomatic"
+[build]
+template = "custom"
+dependencies = [
+    "mesa",
+]
+script = """
+COOKBOOK_CONFIGURE="cmake"
+COOKBOOK_CONFIGURE_FLAGS=(
+    -DCMAKE_BUILD_TYPE=Release
+    -DCMAKE_CROSSCOMPILING=True
+    -DCMAKE_EXE_LINKER_FLAGS="-static"
+    -DCMAKE_INSTALL_PREFIX="/"
+    -DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
+    -DCMAKE_SYSTEM_NAME=Generic
+    -DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
+    -DCMAKE_VERBOSE_MAKEFILE=On
+"${COOKBOOK_SOURCE}"
+)
+cookbook_configure
+"""
diff --git a/recipes/wip/games/space/rust-belt/recipe.toml b/recipes/wip/games/space/rust-belt/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..37a10b5befebfd37fa5320be440bbe5a0f0ca6d7
--- /dev/null
+++ b/recipes/wip/games/space/rust-belt/recipe.toml
@@ -0,0 +1,9 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/johnthagen/rust-belt"
+[build]
+template = "cargo"
+dependencies = [
+    "sdl2",
+    "sdl2-mixer",
+]
diff --git a/recipes/wip/graphics/converters/inkdrop/recipe.toml b/recipes/wip/graphics/converters/inkdrop/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c215f7713f737a8b0679bb424233cfdbd47ba403
--- /dev/null
+++ b/recipes/wip/graphics/converters/inkdrop/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/matze/inkdrop"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages inkdrop-cli gcode-converter
+"""
diff --git a/recipes/wip/graphics/shaders/shadertoy-rs/recipe.toml b/recipes/wip/graphics/shaders/shadertoy-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e13d31b25ec5a5e9ede093c40bcf27829d6e4e94
--- /dev/null
+++ b/recipes/wip/graphics/shaders/shadertoy-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/fmenozzi/shadertoy-rs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/terminal/3d-terminal-renderer/recipe.toml b/recipes/wip/graphics/terminal/3d-terminal-renderer/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d576e43deea404bff9cb60c9b7cc0908e9cce0e7
--- /dev/null
+++ b/recipes/wip/graphics/terminal/3d-terminal-renderer/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/ryanweideman/3d-terminal-renderer"
+[build]
+template = "cargo"