Difference between revisions of "Dynamo"

From Wiki.OSArch
(Created page with "A visual programming tool for Revit. https://archsmarter.com/what-is-dynamo-revit/#:~:text=Dynamo%20is%20a%20visual%20programming%20tool%20that%20works%20with%20Revit.&text=...")
 
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
A visual programming tool for Revit.
+
{{stub}}
  
https://archsmarter.com/what-is-dynamo-revit/#:~:text=Dynamo%20is%20a%20visual%20programming%20tool%20that%20works%20with%20Revit.&text=Rather%20than%20typing%20code%2C%20with,architects%2C%20designers%2C%20and%20engineers.
+
{{Infobox software
 +
| icon      = Dynamo_logo.png
 +
| screenshot = Dynamo_interface.png
 +
| website    = [https://dynamobim.org/ dynamobim.org]
 +
| source    = [https://github.com/DynamoDS/Dynamo gitlab]
 +
| license    = [https://github.com/DynamoDS/Dynamo/blob/master/LICENSE.txt Apache2]
 +
| bugs      = [https://github.com/DynamoDS/Dynamo/issues report bugs]
 +
| community  = [https://forum.dynamobim.com/ forum] [https://twitter.com/DynamoBIM twitter] [https://www.linkedin.com/groups/6510470/ LinkedIn group]
 +
| maturity  = Mature
 +
| donation  = [https://github.com/orgs/DynamoDS/people developers]
 +
}}
 +
 
 +
"Dynamo is a visual programming tool that aims to be accessible to both non-programmers and programmers alike. It gives users the ability to visually script behavior, define custom pieces of logic, and script using various textual programming languages." [https://github.com/DynamoDS/Dynamo#readme github readme]
 +
 
 +
Originally developed by [https://github.com/ikeough Ian Keough] as libre / opensource primarily for integration into [[Autodesk_Revit]] in ways similar to [[Sverchok]] for [[FreeCAD]] & [[Blender]], [[Blender geometry nodes, or [https://en.wikipedia.org/wiki/Grasshopper_3D Grasshopper] for [[Rhinoceros_3D]].
 +
 
 +
A lot of the [https://chuongmep.github.io/Awesome-Dynamo/DynamoOpenSource/dynopensource.html node packages licensed as open source / libre software].
 +
 
 +
 
 +
 
 +
=See Also=
 +
* [[Sverchok]]
 +
* [[Autodesk Revit]]
 +
* [[Rhinoceros_3D|Rhinoceros 3D]]
 +
* [https://community.osarch.org/discussion/205/ Forum discussion on bringing Dynamo to FreeCAD]
 +
 
 +
=External Resources=
 +
* [https://primer.dynamobim.org/10_Custom-Nodes/10-4_Python.html Python for Dynamo] official primer with focus on Dynamo for [[Autodesk Revit]]
 +
* [https://www.youtube.com/playlist?list=PLBKwx9iS-Lun4z5igR9dCzTG3-GdNayq7 Python in Dynamo] Tutorial playlist from Aussie BIM Guru. Focuses on Dynamo for [[Autodesk Revit]]
 +
* [https://diroots.com/e-learning/dynamo-courses/dynamo-for-revit-advanced-course/ DiRoots Advanced Course I] Tutorial playlist from DiRoots. Focuses on Dynamo for [[Autodesk Revit]]
 +
* There are some topics on the Dynamo Forum discussing Open Source issues [https://forum.dynamobim.com/t/opensource-not-opensource/43135 OpenSource not OpenSource?!], [https://forum.dynamobim.com/t/ethical-dilemmas-with-an-open-source-and-dll-or-wrapped-paid-packages/21264 Ethical dilemmas with an Open source and DLL or wrapped (paid) packages],

Latest revision as of 14:33, 18 January 2023

This page is unfinished. Feel free to help the project by sharing your knowledge about this subject.

Dynamo logo.png
Dynamo interface.png
Website: dynamobim.org
Source: gitlab
License: Apache2
Bugs: report bugs
Community: forum twitter LinkedIn group
Maturity: Category:Mature
Donate: developers
Red curve on white disc 128px.png Software Directory


"Dynamo is a visual programming tool that aims to be accessible to both non-programmers and programmers alike. It gives users the ability to visually script behavior, define custom pieces of logic, and script using various textual programming languages." github readme

Originally developed by Ian Keough as libre / opensource primarily for integration into Autodesk_Revit in ways similar to Sverchok for FreeCAD & Blender, [[Blender geometry nodes, or Grasshopper for Rhinoceros_3D.

A lot of the node packages licensed as open source / libre software.


See Also[edit]

External Resources[edit]