DirectX Bridge VVVV-To-Resolume

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
User avatar
Tschoepler
Is seriously in love with Resolume. Met the parents and everything
Posts: 467
Joined: Fri Mar 13, 2009 04:26

Re: DirectX Bridge VVVV-To-Resolume

Post by Tschoepler »

Wow! Feels like finally we are close to light sabers :D
████▀ ▄█ tschoepler.net █████ zweifarbton.net █▄ ▀████

User avatar
manoeuvretv
Is taking Resolume on a second date
Posts: 33
Joined: Sun Feb 19, 2012 12:27
Location: Melbourne, Australia

Re: DirectX Bridge VVVV-To-Resolume

Post by manoeuvretv »

Has anyone tried the Touchdesigner Bridge? I've tried contacting the developer but so far have heard nothing.
Richard De Souza
MNVR
http://www.mnvr.tv

leonida
Met Resolume in a bar the other day
Posts: 6
Joined: Fri Jan 11, 2013 19:09

Re: DirectX Bridge VVVV-To-Resolume

Post by leonida »

Hello,
I'm an Italian student.
I followed all instructions.
I copied the plugin in Resolume and I started with vvvv (ShareTextureInfo (OpenGL, Interop) help).
nothing happens ..
I also zoomed by the pictures of the view and copied the parameters of (sharing name).
nothing happens ..
"Elio" you could send me some example, or configuration, or a video tutorial?
I think it's a great job and I would do it

thanks

Leonida

User avatar
Tschoepler
Is seriously in love with Resolume. Met the parents and everything
Posts: 467
Joined: Fri Mar 13, 2009 04:26

Re: DirectX Bridge VVVV-To-Resolume

Post by Tschoepler »

I think in my case (running windows 7 on bootcamp) it was that it wouldn't work on vvvv 64bit.
████▀ ▄█ tschoepler.net █████ zweifarbton.net █▄ ▀████

User avatar
elio
Is taking Resolume on a second date
Posts: 15
Joined: Thu Sep 29, 2011 20:58

Re: DirectX Bridge VVVV-To-Resolume

Post by elio »

Wyphon will come

Currently mrft and I, we're in an advanced state of developing Wyphon (Syphon for Windows) with OpenGL <-> DirectX support. For more details about the concept, please read on the dedicated wyphon site:

http://wyphon.wordpress.com/

We're planning to do a release in the next few month, perhaps earlier, perhaps later.

At the moment we're working on a concept for synchronizing read/write access to textures in order to make the sharing flicker-free - so that it can be used for professional productions.
Realitäten Revue - http://www.r-revue.de

hive8
Is seriously in love with Resolume. Met the parents and everything
Posts: 331
Joined: Sat Jan 22, 2011 22:42
Location: Los Angeles

Re: DirectX Bridge VVVV-To-Resolume

Post by hive8 »

Was wondering what the progress is, the last comment was in July, do you have by any chance something new?
HIVE 8 | Quantum Laser | http://www.hive8.com

Majic-12
Met Resolume in a bar the other day
Posts: 1
Joined: Mon Dec 16, 2013 16:59

Re: DirectX Bridge VVVV-To-Resolume

Post by Majic-12 »

could any of you walk a complete code ignoramus like myself how to use vvvv/bridge/Resolume?
My intention is to port a Kinect into Resolume using Z Vector.. or whatever could make use of Kinect in Resolume. ALL of your lingo is not understood by me. Please be patient with me or maybe direct me to a more novice forum.. absolutely clueless to all this. Thanks!

westbam
Met Resolume in a bar the other day
Posts: 9
Joined: Wed Mar 06, 2013 14:35

Re: DirectX Bridge VVVV-To-Resolume

Post by westbam »

The biggest trouble we found using this bridge, is that Laptops with build in nVidia GFX cards seem to use some crappy option "to save batteries" called OPTIMUS. I have not yet been able to use this on my new laptop, but on my real computer it runs freaking amazing.

But I get in line and wait for the magic of Wyphon.. hurry up!!! :o

@Majic, this bridge is a 2 step process, it enables you to use a vvvv renderer as a clip source, so you also need to understand a bit how to create cool content (using a Kinect or whatever) inside vvvv. Check www.vvvv.org for more information.

BPM
Is taking Resolume on a second date
Posts: 42
Joined: Wed Feb 29, 2012 10:37

Re: DirectX Bridge VVVV-To-Resolume

Post by BPM »

westbam wrote:The biggest trouble we found using this bridge, is that Laptops with build in nVidia GFX cards seem to use some crappy option "to save batteries" called OPTIMUS. I have not yet been able to use this on my new laptop, but on my real computer it runs freaking amazing.
Well Arkaos Somehow succeeded bypassing optimus, older version detected the intel integrated and the driver made the switching, since version 2.0 the app detect the dedicated gpu without any driver switching.
Anyway I guess this is driver related because apple macbooks has exactly the same switching technology, and syphon works just fine with it....

dirtyjohn_lv
Is seriously in love with Resolume. Met the parents and everything
Posts: 388
Joined: Sat Oct 29, 2011 22:24
Location: Las Vegas, NV

Re: DirectX Bridge VVVV-To-Resolume

Post by dirtyjohn_lv »

has to do with gpu affinity. in optimus intel = 0 and nvidia = 1
you can start touch designer with gpu affinity options, so you would have to write in an option in vvv

Code: Select all

touchdesigner -gpu 0 mytoefile.toe
touchdesigner -gpu 1 myothertoefile.toe

Post Reply