Difference between revisions of "Speckle"

From Wiki.OSArch
m (Fixe forgotten description for SpeckleBlender)
Line 31: Line 31:
  
 
=Definitions/parts=
 
=Definitions/parts=
==speckle kit==
+
'''speckle kit'''
 +
 
 
«it's basically a schema and its implementations to and from a given set of software apps».<ref>[https://community.osarch.org/discussion/comment/3845/#Comment_3845 OSArch discussion]</ref>
 
«it's basically a schema and its implementations to and from a given set of software apps».<ref>[https://community.osarch.org/discussion/comment/3845/#Comment_3845 OSArch discussion]</ref>
  
 
Documentation is available in high level version<ref>[https://speckle.systems/blog/schemas-revisited/ Dimitrie Stefanescu, ''Schemas & Standards: The BYO Approach'', Speckle blog]</ref> and more technical one <ref>[https://speckle.systems/docs/developers/object-models/ ''Schemas & Object Models (.NET)'', Speckle wiki documentation]</ref>
 
Documentation is available in high level version<ref>[https://speckle.systems/blog/schemas-revisited/ Dimitrie Stefanescu, ''Schemas & Standards: The BYO Approach'', Speckle blog]</ref> and more technical one <ref>[https://speckle.systems/docs/developers/object-models/ ''Schemas & Object Models (.NET)'', Speckle wiki documentation]</ref>
  
==speckle-server<ref>[https://github.com/specklesystems/speckle-server speckle-server repository]</ref>==
+
'''speckle-server<ref>[https://github.com/specklesystems/speckle-server speckle-server repository]</ref>'''
 +
 
 
This is the Speckle Server 2.0. It consists of two distinct parts:
 
This is the Speckle Server 2.0. It consists of two distinct parts:
 
* The server application itself, which is a nodejs app exposing a GraphQL API.
 
* The server application itself, which is a nodejs app exposing a GraphQL API.
 
* The frontend application, which is a static vuejs app.
 
* The frontend application, which is a static vuejs app.
  
==PySpeckle<ref>[https://github.com/speckleworks/PySpeckle PySpeckle repository]</ref>==
+
'''PySpeckle<ref>[https://github.com/speckleworks/PySpeckle PySpeckle repository]</ref>'''
 +
 
 
A Python Speckle Client. It powers SpeckleBlender.
 
A Python Speckle Client. It powers SpeckleBlender.
  
==SpeckleBlender<ref>[https://github.com/speckleworks/SpeckleBlender SpeckleBlender repository]</ref>==
+
'''SpeckleBlender<ref>[https://github.com/speckleworks/SpeckleBlender SpeckleBlender repository]</ref>'''
Speckle add-on for Blender.
 
  
License: MIT
+
Speckle add-on for Blender. License: MIT
  
 
=Resources=
 
=Resources=

Revision as of 12:18, 9 December 2020

Icon speckle 64.png

Speckle

Speckle is an open source[1] cloud-based data platform for AEC. It provides a method of liberating data from one platform to another in a quick, manageable, and efficient way. It works with Blender, ThreeJS, Rhino, Grasshopper, Excel, Unity, GSA, Revit, and Dynamo.

What it does in one line

Speckle allows you to transfer data and geometry through network. It defines a common geometry language.

Use case example

Architect which works in Rhino want to send his geometry to Civil Engineer which is working on Blender

  1. Architect creates a stream and send it to a remote database (Speckle Server) using Rhino or Grasshopper Speckle plugin
  2. Civil Engineer retrieves the stream from Speckle Server using Blender Speckle plugin
  3. HVAC engineer which is stuck on Revit join. He connect to Speckle Server and retrieves the stream using Revit Speckle plugin.

Engineers are now happy to be able to work with a model from a software which currently do not have native export to IFC.

Notes

  • Notable features :
    • You can transfer geometry and data with ease and in short time.
    • It works with common AEC softwares. Easy to communicate a model.
    • git (git like ?) model versioning.
  • Known limitations :
    • Data-structure is not normalized. IFC schema could be used but this feature need to be developed.
    • You cannot work on same objects (eg. security engineer cannot fill in fire protection data in an architect's wall). Although merge feature might allow this in future.

Testing Speckle

You can test Speckle on their server Speckle Hestia. Follow get started instructions on their website.

Definitions/parts

speckle kit

«it's basically a schema and its implementations to and from a given set of software apps».[2]

Documentation is available in high level version[3] and more technical one [4]

speckle-server[5]

This is the Speckle Server 2.0. It consists of two distinct parts:

  • The server application itself, which is a nodejs app exposing a GraphQL API.
  • The frontend application, which is a static vuejs app.

PySpeckle[6]

A Python Speckle Client. It powers SpeckleBlender.

SpeckleBlender[7]

Speckle add-on for Blender. License: MIT

Resources

References