Hi!
I’m new to rhino and grasshopper but I’m a web developer.
First of all thanks, this is amazing.
I’ve found this broken link in the documentation:
https://developer.rhino3d.com/compute-javascript-getting-started
I’m new to this forum/platform and maybe don’t find the right place where to start.
The curl
call request to compute.rhino3d.com
get me a 301 Moved Permanently error.
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
</body>
</html>
I am interested in executing grasshopper script as in the thread Grasshopper within compute.rhino3d. So I’m looking at this endpoint:
compute.rhino3d.com/grasshopper
But in the end I can get the rhino logo correctly visualized the example logo page
(both from remote url and from local copy of the repo ) so I think it I just need a url?
Thanks!