Speckle is the first AEC data hub that connects with your favorite AEC tools. Speckle exists to overcome the challenges of working in a fragmented industry where communication, creative workflows, and the exchange of data are often hindered by siloed software and processes. It is here to make the industry better.
Warning
This is an early beta release, not meant for use in production! We're working to stabilise the 3.0 API, and until then there will be breaking changes. You have been warned!
This repo is the home of our next-generation Speckle .NET SDK. It uses .NET Standard 2.0 and has been tested on Windows and MacOS.
- SDK
Speckle.Sdk
: Transports, serialization, API wrappers, and logging.
- Speckle Objects
Speckle.Objects
: The Speckle Objects classes used for conversions.
- Tests
Tests
: Unit, serialization, integration, and performance tests.
Make sure to also check and ⭐️ these other Speckle next generation repositories:
speckle-sharp-connectors
: our csharp repo of next gen connectorsspeckle-sketchup
: Sketchup connectorspeckle-powerbi
: PowerBi connector- and more connectors & tooling!
Comprehensive developer and user documentation can be found in our:
Make sure you clone this repository together with its submodules: git clone https://github.com/specklesystems/speckle-sharp-sdk.git -recursive
.
Afterwards, just restore all the NuGet packages and hit Build!
This project is evolving fast, to better understand how to use Core we suggest checking out the Unit and Integration tests. Running the integration tests locally requires a local server running on your computer.
We'll be also adding preliminary documentation on our forum.
There are two test projects, one for unit tests and one for integration tests. The latter needs a server running locally in order to run.
Before embarking on submitting a patch, please make sure you read:
For any security vulnerabilities or concerns, please contact us directly at security[at]speckle.systems.
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.