diff --git a/app-proto/sketch-outline/.gitignore b/app-proto/full-interface/.gitignore similarity index 100% rename from app-proto/sketch-outline/.gitignore rename to app-proto/full-interface/.gitignore diff --git a/app-proto/sketch-outline/Cargo.toml b/app-proto/full-interface/Cargo.toml similarity index 100% rename from app-proto/sketch-outline/Cargo.toml rename to app-proto/full-interface/Cargo.toml diff --git a/app-proto/sketch-outline/index.html b/app-proto/full-interface/index.html similarity index 100% rename from app-proto/sketch-outline/index.html rename to app-proto/full-interface/index.html diff --git a/app-proto/sketch-outline/main.css b/app-proto/full-interface/main.css similarity index 100% rename from app-proto/sketch-outline/main.css rename to app-proto/full-interface/main.css diff --git a/app-proto/sketch-outline/src/assembly.rs b/app-proto/full-interface/src/assembly.rs similarity index 100% rename from app-proto/sketch-outline/src/assembly.rs rename to app-proto/full-interface/src/assembly.rs diff --git a/app-proto/sketch-outline/src/display.rs b/app-proto/full-interface/src/display.rs similarity index 100% rename from app-proto/sketch-outline/src/display.rs rename to app-proto/full-interface/src/display.rs diff --git a/app-proto/sketch-outline/src/identity.vert b/app-proto/full-interface/src/identity.vert similarity index 100% rename from app-proto/sketch-outline/src/identity.vert rename to app-proto/full-interface/src/identity.vert diff --git a/app-proto/sketch-outline/src/inversive.frag b/app-proto/full-interface/src/inversive.frag similarity index 100% rename from app-proto/sketch-outline/src/inversive.frag rename to app-proto/full-interface/src/inversive.frag diff --git a/app-proto/sketch-outline/src/main.rs b/app-proto/full-interface/src/main.rs similarity index 100% rename from app-proto/sketch-outline/src/main.rs rename to app-proto/full-interface/src/main.rs diff --git a/app-proto/sketch-outline/src/outline.rs b/app-proto/full-interface/src/outline.rs similarity index 100% rename from app-proto/sketch-outline/src/outline.rs rename to app-proto/full-interface/src/outline.rs