Skip to content

gtalarico/vue-threejs-rhino-demo

Repository files navigation

Vue ThreeJS Rhino Viewer Demo

This is a demo project to test Rhino3dm & Compute integration with Three JS. I created this project to test and learn how these new technologies were designed to work, and to generate boiler plate code for use in future projects.

It uses resources and samples provided by McNeel here for the basic setup, but also build on it with more reusable modules and new JS syntax.

The application bootstrapping and loading sequence of dependencies in the context of a Vue application was a bit tricky but seems to be working well.

Live Demo (Requires Rhino Compute Token, get yours here)

What's included

demo-screenshot demo-screenshot-2

Contributing

Contributions of any kind are welcome, including UI improvement, additional encoders, application setup, etc

Local Development

$ yarn install
$ yarn run serve

License MIT