Possibility to run app with grasshopper integration on github codespaces?

Hey!

Like my title says, would it be possible to run my app in github codespaces, even tough it uses rhino/grasshopper (rhino.compute) in headless mode?

i’ve already created the app in codespaces but need to connect to the worker/rhino now. if i need to run rhino locally, can this be connected to the github app?

Thank u for ur replies!

Hi @Broesmeli ,

I believe this should be possible, as the code in CodeSpaces connects to the VIKTOR platform through the viktor-cli, and the worker setup on your local machine also connects to the VIKTOR platform. Therefore, when running your app, the signal to your worker goes through the platform.

1 Like