Dynamic Plugins
Author: | gregsn |
Date: | 24 Feb, 2013 |
Category: | demo |
Credits: | elias, tonfilm, gregsn |
Download
Description
This workshop is for vvvv users that need to get started with dynmamic plugins.
It tries to get you started with
- C#
- the use of it to create nodes in vvvv, via the plugin interface
- common techniques in the .NET framework
We start by building custom data types just to show you the difference of general purpose classes and classes that turn into nodes. We also take the chance to show how nodes can interact with each other.
All in all we try to give an understanding for why dynamic plugins are needed sometimes or how to get patches cleaner or faster.
second revision includes some more slides on common interfaces like IEnumerable, IDisposable and an example how to run a task in the background.
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
My most recent [dynamic-amount-of-input-pins-in-a-plugin-%28like-stallone%29?full=1#comment-96884" "plugin](https://discourse.vvvv.org/t/dynamic-amount-of-input-pins-in-a-plugin-%28like-stallone%29?full=1#comment-96884" "plugin) seems related, but got pushed down by all the lovvvvely activity.
With it you can configure a Split and a Join to your needs in the Inspektor.
Thanks for the jacket btw :)
hey velcrome,
yes, nice! this should really cover most cases! this dynamic datatype system is flexible and there are only few things that you have to get right as a user:
so at least there are theoretically some advantages still for doing own datatypes. but having it the easy way is a really nice thing!
i hope ppl still got something outof the workshop...
oh and jacketwise: you're velcrome!
had a look at the code from your workshop and to me it seems valuable enough for anybody trying to get into dynamic plugins.
that,s great thanks gregsn