compute.rhino3d icon indicating copy to clipboard operation
compute.rhino3d copied to clipboard

REST geometry server based on RhinoCommon and headless Rhino

Results 94 compute.rhino3d issues
Sort by recently updated
recently updated
newest added

The goal is to consolidate the client repos (and associated issues) into this one and make it easier to see how computegen is used to generate the client code.

Add a discovery endpoint to rhino.compute.exe that lists definitions that it knows about. Definitions that are on the %PATH% for rhino.compute.exe -or- some other specified folder could be listed. This...

we can use Rhino accounts tokens for passing authentication information in the headers from Hops to compute to allow organizations to determine what they want to allow users to be...

rhino.compute.exe should expose a GET endpoint for solving that takes the json as a querystring when the string is short enough. This must include the hash of a definition so...

we can add a version number to the io schema if and when we want to change our API. When no version is present we just assume 1.0 which is...

When calling compute to get the description of a definition's inputs and outputs also include the paths that should be used for solving that definition. This should include information if...

GH has code to check for the escape key being pressed in many times during a solve. Provide support to compute so it can mimic the escape key being down...

This can cause the compute server to throw an error for an invalid url. The client should responsible for sending the correct path, some webservers that might sit on top...

https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Curve_GetFilletPoints.htm Currently implementing a script that requires this function from RhinoCommon which is not currently available via rhino_compute. Can this functionality be implemented? Thanks

This popped up in #143 – the server url had a trailing slash and a custom endpoint had a leading slash. This resulted in strange behaviour from the server where...

client