charles2
(Charles)
November 28, 2018, 11:19am
1
I can see there are some examples here but are any of them available to see live?
I’m looking for a framework to build a webapp that processes meshes, some key functions would be:
Generating curves based on meshes
Mesh modifications, solving intersections between planes and meshes - for example.
Import/export 3D file.
Would Rhino Compute be a viable solution? If not, does someone know of an alternative?
1 Like
dale
(Dale Fugier)
November 28, 2018, 7:42pm
2
2 Likes
Brilliant.
So, the key pieces are: rhino3dm.js, the wasm, and the compute server.
What roles do each play, particularly the wasm piece?
dale
(Dale Fugier)
December 18, 2018, 3:56am
4
Hi @greg.burgreen ,
Basically:
1.) The wasm is openNURBS build as web assembly.
2.) rhino3dm.js is the JavaScript interface into the wasm.
3.) Rhino.Compute is only required for access to functions not found in openNURBS.
– Dale
2 Likes
Hi Dale,
For larger applications, will DocObjects be stored locally or on the Rhino.Compute server?
Greg
dale
(Dale Fugier)
December 19, 2018, 5:40am
6
Hi @greg.burgreen ,
Rhino.Compute only provides computation services - it won’t serialize any objects.
– Dale
1 Like