From 872ac6d00c7dd2d5bb61e479aa1e9cf14f110057 Mon Sep 17 00:00:00 2001 From: chuck driesler Date: Mon, 20 Jan 2020 16:12:10 -0500 Subject: [PATCH] nuke unused code --- README.md | 4 +- src/components/WorkspaceOverlay.vue | 155 ---- src/router/index.ts | 13 - src/views/About.vue | 5 - src/views/Home.vue | 12 - src/views/Lab.vue | 165 ----- src/views/Workspace.vue | 1018 --------------------------- 7 files changed, 2 insertions(+), 1370 deletions(-) delete mode 100644 src/components/WorkspaceOverlay.vue delete mode 100644 src/views/About.vue delete mode 100644 src/views/Home.vue delete mode 100644 src/views/Lab.vue delete mode 100644 src/views/Workspace.vue diff --git a/README.md b/README.md index 62f9011e0..dc7dba158 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *The grasshopper glossary. It's grasshopper, but just a little more transparent.* -Glasshopper is a web-based grasshopper client powered by [svgar](https://github.com/cdriesler/svgar) in the frontend and [resthopper](https://github.com/cdriesler/compute.rhino3d/blob/master/src/compute.geometry/ResthopperEndpoints.cs) in the backend. +Glasshopper is a web-based grasshopper client powered by [svgar](https://github.com/cdriesler/svgar) in the frontend and [resthopper](https://github.com/cdriesler/compute.rhino3d/blob/master/src/compute.geometry/ResthopperEndpoints.cs) in the backend. You can find a quick video of it in action [here](https://twitter.com/cdriesler/status/1216726073473490946). ![](glasshopper_map.png) @@ -14,7 +14,7 @@ This project began as a simple proof-of-concept that completed in January 2020. - [ ] Dramatically improve performance of svgar's render loop - [X] Enable svgar to render a 3D scene -- [ ] Adopt rhino3dm.js as svgar's geometry system +- [ ] Adopt [rhino3dm.js](https://github.com/mcneel/rhino3dm/blob/master/docs/javascript/RHINO3DM.JS.md) as svgar's geometry system - [ ] Reduce payload size of [resthopper.js](https://github.com/cdriesler/resthopper) **March 2020** diff --git a/src/components/WorkspaceOverlay.vue b/src/components/WorkspaceOverlay.vue deleted file mode 100644 index 643ece7a7..000000000 --- a/src/components/WorkspaceOverlay.vue +++ /dev/null @@ -1,155 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/router/index.ts b/src/router/index.ts index 1938a6b44..757151c35 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -13,19 +13,6 @@ const routes = [ name: 'home', component: Sandbox }, - { - path: '/about', - name: 'about', - // route level code-splitting - // this generates a separate chunk (about.[hash].js) for this route - // which is lazy-loaded when the route is visited. - component: () => import(/* webpackChunkName: "about" */ '../views/About.vue') - }, - { - path: '/lab', - name: 'lab', - component: Workspace - } ] const router = new VueRouter({ diff --git a/src/views/About.vue b/src/views/About.vue deleted file mode 100644 index 3fa28070d..000000000 --- a/src/views/About.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/src/views/Home.vue b/src/views/Home.vue deleted file mode 100644 index 731fa035b..000000000 --- a/src/views/Home.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - diff --git a/src/views/Lab.vue b/src/views/Lab.vue deleted file mode 100644 index 5bdff204c..000000000 --- a/src/views/Lab.vue +++ /dev/null @@ -1,165 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/Workspace.vue b/src/views/Workspace.vue deleted file mode 100644 index 8e90c78dd..000000000 --- a/src/views/Workspace.vue +++ /dev/null @@ -1,1018 +0,0 @@ - - - - - \ No newline at end of file