Placeholder for the SpeckleRevit plugin. If you've got the expertise, feel free to dig in!
Speckle reimagines the design process from the Internet up: an open source (MIT) initiative for developing an extensible Design & AEC data communication protocol and platform. Contributions are welcome - we can't build this alone!
This repo currently contains four projects:
- SpeckleView (Submodule) - The HTML5/JS/CSS UI based on Vue.js. Make sure that the first time you clone this repo you run
npm install
andnpm run build
to generate the app files. - SpeckleCore (Submodule) - The Speckle .net client library.
- SpeckleRevitConverter - TODO: How Speckle objects convert to Revit and vice versa.
- SpeckleRevitPlugin - Integration into Revit. Check the .csproj for Before and After build targets.