helohelo,
over the years vvvvs codebase has grown quite a bit. it consists of private code and an ever increasing pool of open sources. in addition there are contributions by more than 15 individuals to the addonpack.
we realized though, that working with so many contributors and a centralized version control system (like subversion, the one we used on sourceforge) became a bit of a pain. so in order to make all our coding lives easier we decided to follow the hype and move to github.
there you see the vvvv-sdk repository which contains all of vvvvs public sources plus all contributed sources from plugins in the addonpack (that were previously hosted on sourceforge). while at it we also simplified the repositories directory structure. so essentially you can now get everything you need to develop for vvvv with a single download and are ready to code (in case you're not sure: yes, this is amazing! you could tweet that. prolly smn like: #vvvv #sdk #github #gorgeous).
please refer to the vvvv-sdk wiki page on how to work with the repository (and note that this is not only useful for plugin-developers but also for module or help-patch contributors, as well as for effects magicians, freeframers, etc). if you're familiar with git, it is as easy as "clone, build" to get a complete working/running copy of all of vvvvs public code plus all stuff in the addonpack.
if you're not familiar with git, you'll likely hate it at first. we all did. but do yourself a favor, believe the hype and do some reading on using git (the vvvv-sdk page includes some links). it shold help you stop worrying...it took us more than a month, but we'd not change back.
also while at it we upgraded vvvv and all your plugins to using .net4 (to whom it may concern).
we realize there may be some questions left which we'll answer for you on irc? or in the forums as usual. have a good hakc.
yours,
devvvvs.
anonymous user login
~4d ago
~10d ago
~10d ago
~11d ago
~24d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~2mth ago
incredible news :)
this is fantastic.
i was hoping the git/hub move would come
and with a bunch of other improvements for 3rd party devs as well. what a treat!
nice nice nice
vvvvery good news, github is better than facebook !!!
If you need info/starting help for git(hub), see the last section of https://github.com/openframeworks/openFrameworks/wiki/openFrameworks-git-workflow
I can recommend this as a good starting point, probably due to the fact that I wrote it myself. :-P
hahah fibo, yes!
yes i hate git :)
git with visual studio integration: gitextensions
Most excellent! .NET 4, wheee great timing! Will try out ASAP as I was having some build problems trying to integrate my stuff.
Wow, finally, .net4!
It would be really useful to have a prepared distribution of vvvv with the assemblies (and whatever configuration) built for .net 4. Wouldn't there need to be something different in the native implementation of the CLR host to use v4?
@thezer0ist: not sure what you mean. did you read/follow the step-by-step guide on vvvv-sdk? it should give you all you need including always the freshest alpha of vvvv.exe.
I hadn't realized that the binary distribution of the native part of vvvv is downloaded during the git sdk init script... so it seems to be hosting the v4 runtime now. Thanks.