Skip to content

Commit

Permalink
nuke unused code
Browse files Browse the repository at this point in the history
cdriesler committed Jan 20, 2020
1 parent 4ec4b52 commit 872ac6d
Showing 7 changed files with 2 additions and 1,370 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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**
155 changes: 0 additions & 155 deletions src/components/WorkspaceOverlay.vue

This file was deleted.

13 changes: 0 additions & 13 deletions src/router/index.ts
Original file line number Diff line number Diff line change
@@ -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({
5 changes: 0 additions & 5 deletions src/views/About.vue

This file was deleted.

12 changes: 0 additions & 12 deletions src/views/Home.vue

This file was deleted.

165 changes: 0 additions & 165 deletions src/views/Lab.vue

This file was deleted.

1,018 changes: 0 additions & 1,018 deletions src/views/Workspace.vue

This file was deleted.

0 comments on commit 872ac6d

Please sign in to comment.