Blog-posts are sorted by the tags you see below. You can filter the listing by checking/unchecking individual tags. Doubleclick or Shift-click a tag to see only its entries. For more informations see: About the Blog.
Either way, we'll be preparing custom lessons for you in accordance with your requirements.
Just tell us briefly:
And we'll get back to you as soon as possible!
You can also always learn vvvv on your own:
If you're the happy owner of one or even more vvvv gamma licenses, please read on.
(Otherwise, please join the club first)
Remember: If you update your vvvv gamma license before it runs out, we thank you for your loyalty with a 20% discount. Updating a license means keeping it active and allowing you to use all the latest releases for your commercial projects.
When logged into the vvvv store you can get an overview of all your vvvv gamma licenses by choosing the "Licenses" section. It could look something like this:
Grayed-out licenses are inactive and can no longer be updated. Active licenses can be updated anytime which will always add one year to their current end-date. You can also update multiple licenses at once to have them all on one invoice. Convenient.
Note that you can change who's paying for the license: This will mostly make sense for people who started out with an "Individual" license but start feeling more pro and now want to pay as a "Freelancer, SME,...". But there are also reports of pro's feeling lucky and turning into a big fish. You will not be judged!
You're all busy people, so in order to help you find a good moment to update you'll receive 3 email notifications:
before a license end-date to remind you of the possibility to update earning the discount.
That's already it. Shouldn't take you more than two minutes to update your licenses once a year. For the benefit of not having to worry about which version you're eligible to use and the peace of mind of properly feeding your workhorse...
Depending on who you are, vvvv can be your:
vvvv is equally well suited for realizing projects and using it in research and education, especially in the following fields:
You can start your own research about vvvv in The Gray Book or request a demo, where we jump on a screen-share call with you and answer all your questions. This should be the quickest way to figure out if vvvv could be a good fit for you and your team.
In order to be able to tailor a demo for you, please tell us:
And we'll get back to you as soon as possible!
This is the big one!
vvvv has been in development for around 20 years by now. In recent years we were working on a complete re-write. We call it "vvvv gamma" and it saw its first official release in April 2020. Today we're adding a fully-fledged 3d library based on the open-source Stride 3d engine. You can dive right into it:
Bugfix releases:
See Change Log
Then follow this tutorial:
What you get with this release is only the beginning: For now we've focused on a high-level scene graph based workflow. So expect the following:
Also available already, but still marked as experimental, ie they still need another round of review:
And to give you a heads-up, here are a few things you might expect already but are yet to come:
There is more info on that in this dedicated blog post.
You read that right: The whole 3d library is entirely open source. This means, should you encounter a critical bug with one of your projects you don't have to wait for a new release but can potentially fix things right on your end.
Apart from the addition of VL.Stride this release also features the following notable changes:
Want to know all the details? Check the changelog.
As you recall, vvvv has the best software licensing model in the world:
You simply buy a license the moment you start working on a commercial project. We also have monthly options!
We're happy to announce that we will get rid of the 20% earlybird discount that has applied to all vvvv gamma licenses so far. Starting this April 1st you can finally pay the full price that vvvv gamma is worth. So if you're a pro, you get the vvvv gamma developer licenses for you and your team before that date and save a bunch. Not often it is so easy to make a good decision.
Once again massive thanks to everyone who participated in the early-access program and for all the feedback that helps us enormously to bring vvvv forward.
Good patch!
Just tell us briefly:
And we'll get back to you as soon as possible!
You can also always get help:
Previously on vvvv: vvvvhat happened in February 2021
On the road again!
This time towards vvvv gamma 2021.4. Nothing much in the public previews yet, but a few things probably dropping there in the next few weeks. In particular, we've been working on the patching performance issue, TextureFX, the Buffer nodes and the Settings UI. So expect these things to show up in previews first. And if you haven't yet, please review what happened recently in VL.Stride land.
The last meetup was a blast again. Many thanks to host ravazquez and everyone who presented:
Some new:
And update your nugets for the following:
And as always have a look at the forums Work-In-Progress section for some more recent goodies...
That was it for March. Anything to add? Please do so in the comments!
Dear Devvvvelopers,
As you're well aware, vvvv gamma has been on an earlybird discount for nearly a year now. We bow to the early adopters and supporters who've bought their licenses already. ThankyouSOverymuch!
This is the final call for everyone who still hasn't taken the bait:
vvvv has the self-proclaimed "most fair commercial licensing model" in the world. Let's have a look:
As you can see, we don't need no #NFT to trust you to correctly declare your commercial use of vvvv.
Happy patching evvvveryone!
Since the first public preview release in summer 2020, we've made steady progress and released many updates based on feedback and bug reports. In case you didn't follow the daily changes, this blog post highlights additions you might have missed and are worth checking out.
First and foremost, we added loads of new help and example patches. It is already a nicely browsable list in the help browser, with more in development:
A core feature of vvvv is to have a live preview of your data. And since you can patch your own tooltips to do exactly that, we patched previews for Materials, Models, Meshes, and Textures. More to come!
A Material describes the rendering pipeline. This is very fundamental and after working with the first iteration for a while we found some improvements:
We reduced the number of base nodes and added easier building blocks to customize a material. There are help patches for most of these, check the help browser and the material category in the node browser. It basically mirrors the Stride documentation.
The parameters of a material are GPU values, either float or color. For the GPU a color is just a vector with 4 components, so we now have inputs of type GPU<Float32> and GPU<Vector4>. We simplified the node-set in a way that you can use a single value, a texture, or any dynamic GPU value. There are also nodes to input different values per instance. The reworked nodes are internally built with ShaderFX. If you are interested, have a look inside the new nodes to get an idea of how you can build your own.
Compiling complex materials takes a while because there are often several shader stages involved. Stride has a mechanism to compile a material in the background and cache the compiled shaders on disc. So the next time the same material is used, it loads almost instantly. So when you see a geometry blinking green, it means that the material is compiling in the background and will be saved to disc. If it is blinking red, the material has an error.
In practice, this means a patch loads much faster the next time you open it.
Rendering any scene into a VR headset is now straightforward, just have a look at the new help patch.
When you build on-screen displays you often need pixel or device-independent units (DIP). And if images are involved, they should keep the same aspect as they are stored. For these tasks, we now have new nodes that calculate these spaces for you. And the QuadRenderer got aspect ratio modes that depend on the connected texture:
Simulating a perspective that behaves like looking through a window is an important tool. It allows you to create cameras for interesting things like virtual productions and head tracking. There is also a help patch to get you started.
You can now share textures with other software using Spout or shared textures. Spout 2 support is also planned for the next release.
This workflow is for advanced users. It allows you to attach a patch as a sync script to an entity. That's a common workflow in ECS-based game engines and you can find many tutorials on youtube that use this design pattern.
In some cases, this has an advantage over just placing an entity node in a patch and building logic around it. For example, you can retrieve your attached script-patch from the entity somewhere else and call operations on it. You can check out a use case in the forum thread How can I modify a material without changing the original node?. There is a help patch as well.
Thanks to the efforts of TremensS we got help patches that explain how to use LightShafts:
So far, we released two video tutorials:
After we’ve done many pull requests that fix bugs and add features that we need, we switched to the official Stride release nuget packages. This allows for an easy workflow when you load a Stride project since the version now matches to what the Stride installer downloads by default.
Got some fixes, however, there is one known bug. In a multiscreen setup, when the window is too far on the right on one screen, it goes fullscreen on the next screen to the right. We’ll try to fix this in the upcoming releases, of course.
Easy node to write textures to disc. You can use this in combination with the incremental main loop mode to export animations.
Most high-level nodes, like Sphere, DirectionalLight, and so on, are simple patches made from more fundamental building blocks. A good way to think about them is to see them as a "default setup" and not a finished black box.
So if you miss a feature, or a node does too much, look inside and copy parts of it, or the whole definition into your personal library document to customize it.
We also try to stay as close as possible to the Stride documentation. So if you are looking for more info on a certain feature, it is always worth peeking into it.
If you have a useful addition or you want to contribute in any other way, you are welcome to fork VL.Stride on GitHub and make a pull request. We are always happy about new help and example patches.
As a first step we want to improve:
We'll also add these features:
And we are also working together with the FUSE team on more advanced rendering node libraries built on top of VL.Stride.
Looking forward to seeing what you will create with it! -> Latest download is always here.
yours,
devvvvs
P.S.: The gallery of VL.Stride impressions also got some new additions.
Here we are now!
Getting vvvv gamma 2021.3 out, including the 3d engine VL.Stride, was the last big milestone to bring vvvv gamma up to par with (and far beyond) vvvv beta. One could think this would give us a bit of a break but far from. The next big mountain we're looking forward to climb is right in front of us and it is called: .NET5.
.NET is the framework that vvvv gamma is built on and version 5 was just released a few months ago. It comes with a lot of goodies but also a bit of work for us to adopt to it. So moving vvvv gamma to .NET5 is our next big priority which we plan to ship with 2021.5 towards the end of the year.
Before that, we're planning to release 2021.4 around the end of May in which we take a lot of preparational steps towards .NET5 but don't do the switch yet. Like this, we're hoping to not delay the next release for too long and already get some nice things out earlier.
So here is a first attempt at a public roadmap. Let's see how that goes...
Since we now have the most common things in place, we're going into a cleanup phase here with these priorities:
A big focus will also be on further improving VL.Stride:
We all have a lot of wishes in this area but tackling some of the bigger things here will still have to wait for the switch to .NET5. For now, we're concentrating on the following:
While there are many ideas how to improve the language with new features, we will need to focus on a cleanup of an already shipped language feature: with this release, we'll fix some bits regarding generic type definitions.
Planning a release ahead is difficult and can be disappointing when you mostly see the things that again didn't make it to the shortlist. We've also already laid out 2021.5 and 2021.6 internally but don't yet feel comfortable publishing them yet. The move to .NET5 still has a few unknowns that we want to better understand before we talk more about it. Therefore in the meantime, we only offer a few general notes about our further agenda. To be reviewed after each major release.
Apart from the upcoming major releases, we're committed to regular smaller bug-fix releases to the current 2021.3.x branch.
As always, you can follow our development by test-driving the daily previews.
Previously on vvvv: vvvvhat happened in January 2021
What did you do in February?
Well, we did two releases:
We're already working on a beta 42 which will include the latest VL 2021.3 and also the next bigger gamma 2021.4 which we'll talk about in a separate blogpost.
We all met for the 8th online meetup and some of you also couldn't resist and once again made some great contributions:
There've also been some updates:
And as always have a look at the forums Work-In-Progress section for some more recent goodies...
That was it for February. Anything to add? Please do so in the comments!
anonymous user login
~18h ago
~18h ago
~18h ago
~19h ago
~20h ago
~12d ago
~12d ago