This repository was archived by the owner on Apr 23, 2023. It is now read-only.
Replies: 1 comment 4 replies
-
|
That is absolutely incredible. I had no idea. Being able to jump into a model from a URL would be amazing. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When starting a shared model, it'll be nice to have a URL that you can send to someone and that's all they need. Clicking that URL should open Rhino and either:
or
I imagine it looks something like this:
rhino://package/search?q=Crash&host=0.0.0.0:5000
The URL above actually opens Rhino and searches package manager for Crash. The part that I haven't figured out is how to run
OpenSharedModelupon launch and supply thehostparameter from the share url.Beta Was this translation helpful? Give feedback.
All reactions