Load library

What libraries (.dll) can i load to expand Dynamo Sandbox capabilities?
I tried some that seem to create nodes, but they did not work.
What do i have to look for?
Dynashapes DynaShape worked, that was fun, but are there more?

Anything really, but you might have to load a LOT into the canvas in order to get them to be of any use as 99.999% of DLLs won’t take Dynamo inputs natively, nor will they produce a Dynamo output directly. You should also consider the licensing implications as you go - many DLLs aren’t meant to be accessed in this way.

That said, instead of experimenting that way, I recommend installing Visual Studio Code, doing a few Zero Touch node tutorials, then then consider writing up some nodes of your own or building some nodes utilizing DLLs which you can license.

1 Like