Dimitrie Stefanescu eeadf103cb typo fix
thanks bilal for the spot!
2021-09-02 15:49:58 +01:00
2021-08-20 13:08:22 +02:00
2021-09-02 15:49:58 +01:00
2021-07-22 09:23:21 -04:00
2020-08-25 16:03:28 +03:00
2020-08-26 14:24:39 +03:00
2021-02-03 13:04:04 -05:00
2021-02-03 13:04:04 -05:00
2021-08-27 23:47:24 +01:00
2021-06-11 10:18:58 +01:00


Speckle


Speckle is data infrastructure for the AEC industry.


Twitter Follow Community forum users website docs

Speckle-Next codecov

Introduction

What is Speckle? Check our YouTube Video Views

Features

  • Object-based: say goodbye to files! Speckle is the first object based platform for the AEC industry
  • Version control: Speckle is the Git & Hub for geometry and BIM data
  • Collaboration: share your designs collaborate with others
  • 3D Viewer: see your CAD and BIM models online, share and embed them anywhere
  • Interoperability: get your CAD and BIM models into other software without exporting or importing
  • Real time: get real time updates and notifications and changes
  • GraphQL API: get what you need anywhere you want it
  • Webhooks: the base for a automation and next-gen pipelines
  • Built for developers: we are building Speckle with developers in mind and got tools for every stack
  • Built for the AEC industry: Speckle connectors are plugins for the most common software used in the industry such as Revit, Rhino, Grasshopper, AutoCAD, Civil 3D, Excel, Unreal Engine, Unity, QGIS, Blender and more!

Try Speckle now!

Give Speckle a try in no time by:

  • using our general availability instance at ⇒ speckle XYZ
  • deploying an instance in 1 click ⇒ create a droplet

Resources

Community forum users website docs

Speckle Server | Repo structure

This monorepo is the home of the Speckle v2 web packages:

  • packages/server: the Server, a nodejs app. Core external dependencies are a Redis and Postgresql db.
  • packages/frontend: the Frontend, a static Vue app.
  • packages/viewer: a threejs extension that allows you to display 3D data npm version
  • packages/objectloader: a small js utility class that helps you stream an object and all its sub-components from the Speckle Server API. npm version
  • packages/preview-service: generates object previews for Speckle Objects headlessly. This package is meant to be called on by the server.
  • webhook-service: the Webhook service

Other repos

Make sure to also check and these other Speckle repositories:

Developing and Debugging

Have you checked our dev docs?

We have a detailed section on deploying a Speckle server. To get started developing locally, you can see the run in development mode chapter.

Contributing

Please make sure you read the contribution guidelines for an overview of the best practices we try to follow.

When pushing commits to this repo, please follow the following guidelines:

  • Install commitizen globally (npm i -g commitizen).
  • When ready to commit, git cz & follow the prompts.
  • Please use either server or frontend as the scope of your commit.

Security

For any security vulnerabilities or concerns, please contact us directly at security[at]speckle.systems.

License

Unless otherwise described, the code in this repository is licensed under the Apache-2.0 License. Please note that some modules, extensions or code herein might be otherwise licensed. This is indicated either in the root of the containing folder under a different license file, or in the respective file's header. If you have any questions, don't hesitate to get in touch with us via email.

S
Description
Speckle Server with custom IFC Converter
Readme Apache-2.0 1.1 GiB
Languages
HTML 44.2%
TypeScript 20.7%
C++ 20.7%
C 6.9%
Vue 3.7%
Other 3.6%