End of October '22 a friend asked me if I could make a collection of nodes for him that he should definitely know when learning Gamma. So during Nodevember I sat down going through every single node in the node browser to do so. The outcome now is a beginner tutorial series of 42 patches and topics, covering everything from A to VL and Vector4 (Split).
To install the tutorial, click on the little gray icon in the top left corner of vvvv (the so-called Quad Menu), then navigate to “Manage NuGets > Commandline” and type the following:
nuget install VL.TheBigBang
When the package is successfully installed, hit F1 to open the Help Browser and scroll to the section called “TheBigBang”. Have fun and let me know if there are questions or problems by opening an issue on GitHub!
Some dogmas I had during the creation:
All nodes are only from the standard set in the node browser.
2D and 3D drawing is treated and taught completely equally, all principles are presented for Skia and Stride.
No node is ever used that is not explained in the current patch or hasn’t been in one of the previous ones.
Focus on clear principles and try not to go extremely complex.
Hey vvvvolks! I updated the nuget so it works with the upcoming version 6.0, did some patch housekeeping and added a few WIP patches about topics I plan to add to the tutorial in the future.
But most important is to mention: I renamed it to VL.TheBigBang!
From now on make sure to use the following command to install it:
nuget install VL.TheBigBang
Please let me know if you still encounter issues that need to be fixed for the next stable. Thanks!