velcrome / vvvv-Message

The Message Nodes
12 stars 8 forks source link

Build status Build status

This node pack defines a new Message data link and c# type. Its initial purpose was to help you retain data and performance control if your vvvv project turns bigger than expected, without adding redundant and confusing links. Still truthful to that initialisation, it now strives to be the best multipurpose data plumbing tool to ever enter your workflow.

Message can help to communicate between threads, applications or even other devices.

Structure & Access

Think of Message as a collection of (binsizeable) Spreads of various Types (bool, int, float, double, string, Transform, Color, Vectors, Time, Message), all into one single object. It also provides access to the dx11 types Layer, Geometry, Texture2d, Buffer.

You can create these Message objects with fully spreadable Create (Message Formular) and access the individual Spreads with Split (Message Formular), Read (Message) or simply Info (Message).

It comes with a broad range of handy helper nodes to work with it:

Furthermore it ships with convenience plugins for persisting Messages to disc or serializing over network

On Strictness

This pack is open to tinkering and rapid prototyping. The most important plugin nodes' pin layout can be edited to your needs with a simple GUI window, that helps you to define a Formular. It shows you what's possible.

As your project grows, you should look into the more strict alternative, and switch your Formular Pin from None to one you defined, with Formular (Message), which will manage your Formular definition application wide and make it available to all nodes with the tag Formular

SharpMessage

The essence of this pack, its core so to speak, is fully managed and can be used independently of any specific Plugin implementation. It is freely available on nuget under the name SharpMessage and also allows direct usage in any other .Net 4.6 application.

Author(s)

Marko Ritter (www.intolight.com)

Thanks

Dependencies

License

This software is distributed with License: CC BY-NC-SA 4.0

Please note overriding, more liberal licensing terms in individual subdirectories, such as

Comments

This software distribution defaults to the CC Attribution-NonCommercial-ShareAlike 4.0 license. This choice highlights, that this pack is for the community, really and open for all kinds of tinkering, learning and free remixing. If you find it useful, you can flattr us.

However, if you want to employ this pack commercially (or have any other reason why this license doesn't fit your need), contact us, the maintainers: license@intolight.de. Rates start at 42€, so don't hesitate.