Difference between revisions of "Speckle"

From Wiki.OSArch
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{stub}}
 
[[File:Icon speckle 64.png]]
 
[[File:Icon speckle 64.png]]
  
Line 5: Line 6:
 
Speckle is an open source<ref>[https://speckle.systems/blog/opensource-aec-speckle ''Open Source in AEC & Speckle'']</ref> 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 and [[Dynamo]] as well as with proprietary solutions like [[Revit]]/Dynamo, GSA, Unreal, Rhino/Grasshopper and Excel. A project connecting speckle with [[FreeCAD]] has been [https://github.com/yorikvanhavre/WebTools/blob/master/Speckle.py started].
 
Speckle is an open source<ref>[https://speckle.systems/blog/opensource-aec-speckle ''Open Source in AEC & Speckle'']</ref> 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 and [[Dynamo]] as well as with proprietary solutions like [[Revit]]/Dynamo, GSA, Unreal, Rhino/Grasshopper and Excel. A project connecting speckle with [[FreeCAD]] has been [https://github.com/yorikvanhavre/WebTools/blob/master/Speckle.py started].
  
=What it does in one line=
+
Speckle allows you to transfer data and geometry through a network. It defines a common geometry language.
 
 
Speckle allows you to transfer data and geometry through network. It defines a common geometry language.
 
  
 
=Use case example=
 
=Use case example=
Line 60: Line 59:
  
 
{{Template:Software}}
 
{{Template:Software}}
 +
[[Category:SoftwareMissingInfoBox]]

Latest revision as of 14:36, 17 October 2022

This page is unfinished. Feel free to help the project by sharing your knowledge about this subject.

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 and Dynamo as well as with proprietary solutions like Revit/Dynamo, GSA, Unreal, Rhino/Grasshopper and Excel. A project connecting speckle with FreeCAD has been started.

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

Use case example[edit]

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[edit]

  • 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[edit]

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

Definitions/parts[edit]

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[edit]

References[edit]

This page describes a software project from our AEC Free Software directory