All Projects → specklesystems → speckle-unity

specklesystems / speckle-unity

Licence: Apache-2.0 license
AEC Interoperability for Unity through Speckle

Programming Languages

C#
18002 projects
ShaderLab
938 projects

Projects that are alternatives of or similar to speckle-unity

speckle-blender
speckle.systems/tag/blender/
Stars: ✭ 38 (+35.71%)
Mutual labels:  versioning, interop, interoperability, bim, speckle, aec
speckle-qgis
QGIS Connector for Speckle 2.0
Stars: ✭ 17 (-39.29%)
Mutual labels:  interop, interoperability, bim, speckle, aec
speckle-sharp
.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.
Stars: ✭ 214 (+664.29%)
Mutual labels:  interop, interoperability, speckle, aec
speckle-server
The Speckle Server, Frontend, 3D Viewer, & other JS utilities.
Stars: ✭ 224 (+700%)
Mutual labels:  version-control, interoperability, speckle, aec
gtbump
git tag bump: A simple utility to bump and manage git semantic version tags and generate Markdown changelogs.
Stars: ✭ 15 (-46.43%)
Mutual labels:  version-control, versioning
tag
Git utility to create tags in order to identify specific releases
Stars: ✭ 24 (-14.29%)
Mutual labels:  version-control, versioning
Python Aos Lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 49 (+75%)
Mutual labels:  version-control, versioning
Sketch Json
Transform sketch files to json and json to sketch files
Stars: ✭ 113 (+303.57%)
Mutual labels:  version-control, versioning
Git
Useful Git commands.
Stars: ✭ 109 (+289.29%)
Mutual labels:  version-control, versioning
Json Git
A pure JS local Git to versionize any JSON
Stars: ✭ 109 (+289.29%)
Mutual labels:  version-control, versioning
Git Novice
Version Control with Git
Stars: ✭ 227 (+710.71%)
Mutual labels:  version-control, versioning
Squot
Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Stars: ✭ 45 (+60.71%)
Mutual labels:  version-control, versioning
clearml-server-helm
ClearML Server for Kubernetes Clusters Using Helm
Stars: ✭ 18 (-35.71%)
Mutual labels:  version-control, versioning
QuitStore
🖧 Quads in Git - Distributed Version Control for RDF Knowledge Bases
Stars: ✭ 87 (+210.71%)
Mutual labels:  version-control, versioning
Grevit
Grevit - Build your BIM Model in Grasshopper or SketchUp
Stars: ✭ 104 (+271.43%)
Mutual labels:  interoperability, bim
python-aos-lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 78 (+178.57%)
Mutual labels:  version-control, versioning
AutoVer
Configurable automatic or real time backup and personal versioning system
Stars: ✭ 65 (+132.14%)
Mutual labels:  version-control, versioning
versionaire
Provides an immutable, thread-safe, and semantic version type.
Stars: ✭ 71 (+153.57%)
Mutual labels:  version-control, versioning
awesome-frappe
A curated list of awesome things related to the Frappe Framework
Stars: ✭ 140 (+400%)
Mutual labels:  tooling
gradle-git-versioning-plugin
This extension will set project version, based on current Git branch or tag.
Stars: ✭ 44 (+57.14%)
Mutual labels:  versioning

Connector Unity

Twitter Follow Community forum users website docs

Introduction

This repo holds Speckle's Unity Connector, it's currently released as early alpha.

This connector is meant to be used by developers, it doesn't have an elaborated UI but it offers convenience methods to send and receive data. The connector uses our Speckle .NET SDK.

unity

Documentation

More comprehensive developer documentation can be found in the Speckle Docs website.

Developing & Debugging

We encourage everyone interested to debug / hack /contribute / give feedback to this project.

Requirements

  • Unity (we're currently testing with 2020+)
  • A Speckle Server running (more on this below)
  • Speckle Manager (more on this below)

Dependencies

All dependencies to Speckle Core have been included compiled in the Asset folder until we figure out how to best reference Core.

The GraphQL library has been recompiled with a fix for Unity, see graphql-dotnet/graphql-client#318 for more info.

Getting Started 🏁

Following instructions on how to get started debugging and contributing to this connector.

Server

In order to test Speckle in all its glory you'll need a server running, you can run a local one by simply following these instructions:

If you're facing any errors make sure Postgress and Redis are up and running.

Accounts

The connector itself doesn't have features to manage your Speckle accounts, this functionality has been delegated to the Speckle Manager desktop app.

You can install an alpha version of it from: https://speckle-releases.ams3.digitaloceanspaces.com/manager/SpeckleManager%20Setup.exe

After installing it, you can use it to add/create an account on the Server.

Debugging

Open your IDE and click "Attach to Unity and Debug".

Questions and Feedback 💬

Hey, this is work in progress, I'm sure you'll have plenty of feedback, and we want to hear all about it! Get in touch with us on the forum!

Contributing

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

Community

The Speckle Community hangs out on the forum, do join and introduce yourself!

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].