{"id":17057937,"url":"https://github.com/radumg/aec-hackathon-dynamo-workshop","last_synced_at":"2025-04-12T17:43:47.480Z","repository":{"id":40920242,"uuid":"139136010","full_name":"radumg/AEC-hackathon-Dynamo-Workshop","owner":"radumg","description":"Learn how to develop for Dynamo in C# by building ZeroTouch \u0026 Explicit Nodes.","archived":false,"fork":false,"pushed_at":"2022-12-08T01:25:24.000Z","size":5111,"stargazers_count":31,"open_issues_count":2,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-26T12:03:58.091Z","etag":null,"topics":["csharp","dynamobim","dynamods","learning-by-doing","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radumg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-29T10:25:19.000Z","updated_at":"2024-12-19T00:19:16.000Z","dependencies_parsed_at":"2023-01-24T21:30:45.083Z","dependency_job_id":null,"html_url":"https://github.com/radumg/AEC-hackathon-Dynamo-Workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radumg%2FAEC-hackathon-Dynamo-Workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radumg%2FAEC-hackathon-Dynamo-Workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radumg%2FAEC-hackathon-Dynamo-Workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radumg%2FAEC-hackathon-Dynamo-Workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radumg","download_url":"https://codeload.github.com/radumg/AEC-hackathon-Dynamo-Workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248608998,"owners_count":21132826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dynamobim","dynamods","learning-by-doing","wpf"],"created_at":"2024-10-14T10:28:28.624Z","updated_at":"2025-04-12T17:43:47.440Z","avatar_url":"https://github.com/radumg.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AEC Hackathon Dynamo Workshop\n\nLearn how to develop for Dynamo in C# by building ZeroTouch \u0026 Explicit Nodes.\n\nThis repository is based on [@teocomi](https://github.com/teocomi)'s original [`Dynamo Unchained`](https://github.com/teocomi/dug-dynamo-unchained) workshop materials.\n\n## Learning objectives\n\n* Learn about the different types of custom Dynamo nodes\n* Lear how to set up the Visual Studio environment for development and debugging with Dynamo\n* Learn how to develop, test and deploy a Zero Touch node\n* Learn how to implement a custom UI\n* Learn how to develop, test and deploy explicit custom Dynamo nodes\n* Lear how to publish your nodes using the package manager\n\n## Table of Contents\n\n### [What are custom nodes ?](https://github.com/radumg/AEC-hackathon-Dynamo-Workshop/tree/master/Part%200%20-%20Custom%20nodes/)\u003c/br\u003e\nGet a high-level overview of the types of custom nodes you can create in Dynamo.\u003cbr\u003e[Read more about custom nodes](https://github.com/radumg/AEC-hackathon-Dynamo-Workshop/tree/master/Part%200%20-%20Custom%20nodes/)\n\n### [Part 1 - ZeroTouch nodes](https://github.com/radumg/AEC-hackathon-Dynamo-Workshop/tree/master/Part%201%20-%20ZeroTouch)\u003c/br\u003e\nLearn to develop custom nodes in Dynamo using ZeroTouch.\n[![Dynamo ZeroTouch node](assets/1501856889450.png \"Part 1 - ZeroTouch nodes\")](https://github.com/radumg/AEC-hackathon-Dynamo-Workshop/tree/master/Part%201%20-%20ZeroTouch)\n\n### [Part 2 - Explicit nodes](https://github.com/radumg/AEC-hackathon-Dynamo-Workshop/tree/master/Part%202%20-%20Explicit%20nodes)\u003c/br\u003e\nLearn to develop nodes with custom UI in Dynamo using ZeroTouch Explicit nodes.\n[![Dynamo Explicit node with Custom UI](assets/3E85FA44-C52F-41F8-8B3B-BAD5ED4FE0E1.png \"Part 2 - Explicit nodes\")](https://github.com/radumg/AEC-hackathon-Dynamo-Workshop/tree/master/Part%202%20-%20Explicit%20nodes)\n\n### Tools we’ll use\n\n* [Visual Studio Community 2017](https://www.visualstudio.com/downloads/)\n* [Dynamo 2.0.1](http://dyn-builds-data.s3-us-west-2.amazonaws.com/DynamoInstall2.0.1.exe)\n* Autodesk Revit 2018\n\n##  Additional Resources\n\n#### C#\n* C# Interfaces: https://www.tutorialspoint.com/csharp/csharp_interfaces.htm\n* C# Classes : https://www.tutorialspoint.com/csharp/csharp_classes.htm\n* C# Namespaces: https://www.tutorialspoint.com/csharp/csharp_namespaces.htm\n\n#### WPF\n* WPF Tutorial: https://www.tutorialspoint.com//wpf/index.htm\n\n#### Dynamo \u0026 Revit API\n* [Revit API online documentation](http://www.revitapidocs.com/)\n* Dynamo Primer: [http://dynamoprimer.com/en/09_Custom-Nodes/9-1_Introduction.html](http://dynamoprimer.com/en/09_Custom-Nodes/9-1_Introduction.html)\n* How to Create Your Own Nodes: [https://github.com/DynamoDS/Dynamo/wiki/How-To-Create-Your-Own-Nodes](https://github.com/DynamoDS/Dynamo/wiki/How-To-Create-Your-Own-Nodes)\n* Zero Touch Plugin Development: [https://github.com/DynamoDS/Dynamo/wiki/Zero-Touch-Plugin-Development](https://github.com/DynamoDS/Dynamo/wiki/Zero-Touch-Plugin-Development)\n* Adding Icons for a Zero Touch Assembly: https://github.com/DynamoDS/Dynamo/wiki/Add-Icons-for-a-Zero-Touch-Assembly\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradumg%2Faec-hackathon-dynamo-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradumg%2Faec-hackathon-dynamo-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradumg%2Faec-hackathon-dynamo-workshop/lists"}