Front end to grasshopper

Hi all,

I’d like to know if it is possible to make a front end to grasshopper scripts in some shape or form. I am developing script templates for my colleagues who are not familiar with grasshopper nor rhino. So ideally, I do not want them to open or see the scripts.

Hope you can help!

You could split the gh file in a “public” and “private” part en use “data input” and “data output” to exchange the information.
The public part only has the stuff you want them to read and handle.

etc. google.com/search?q=rhino+grasshopper+web+app

Thanks for the reply! So if I understand you correctly, you mean to split the script in two separate files, and then load the private file with data input?

Thanks Joseph! I indeed came accross these two, but we’re still in an experimental phase and would not really like to pay for services just yet.

I wrote some complex PHP-based “app servers”, so to speak… :thinking:

Forgot about Grasshopper Player, I’ve never used it but perhaps it’s useful as a UI/UX layer?

Note that you can create a ShapeDiver account for free and experiment with all features before you decide to deploy your application (which does, at this point, require a paid subscription).

My company uses Human UI for this.

I’d suggest the Grasshopper Remote Control, sounds like what you need: