Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.
/ compute.rhino3d Public archive
forked from mcneel/compute.rhino3d

REST geometry server based on RhinoCommon and headless Rhino

License

Notifications You must be signed in to change notification settings

karimi/compute.rhino3d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rhino Compute Server

Build status Discourse users YouTrack issues

https://www.rhino3d.com/compute

REST API exposing Rhino's geometry core.

This project is composed of two applications:

  • compute.geometry provides the geometry REST API
  • compute.frontend provides authentication, request stashing (saving POST data for diagnostics), logging, and configuration of request and response headers. compute.frontend creates the compute.geometry process, monitors its health, and restarts compute.geometry as necessary.

Compute is built on top of Rhino 7 for Windows and can run anywhere Rhino 7 for Windows can run. The two typical scenarios are running as a web server on a remote Window Server operating system and running locally on a user's computer for debugging or providing local services to applications.

Start with the installation guide to setup your own Compute server, or compile Compute and start developing your own features.

For more information, see https://www.rhino3d.com/compute

About

REST geometry server based on RhinoCommon and headless Rhino

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%