» tonfilm-Plugins
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

tonfilm-Plugins

Utils

First of all, thx to joreg that we finally have a node interface. i had the chance to visit the devs in berlin, where i was able to put a few thoughts in it and implemented the VVVV.Utils.VMath class?.

Download

All plugins are distributed with the addon pack, get it from the downloads

2d

Gui 2d

a set of nodes to build your own gui in a dx renderer:

there is a strange bug with reloading patches containing one of this nodes. so if you use this nodes load it once and work with it, to reload the patch, you have to close vvvv and reopen it...
http://vvvv.org/tiki-download_file.php?fileId=1929Gui2d.zip (25.53 Kb)</a>

Undistort

Initial version, implementation of the inverse function and finish by gregsn.

view:https://vvvv.svn.sourceforge.net/viewvc/vvvv/plugins/c%23/2d/Undistort/trunk/

checkout:

https://vvvv.svn.sourceforge.net/svnroot/vvvv/plugins/c%23/2d/Undistort/trunk/

Bilerp

3d linear interpolation

view:https://vvvv.svn.sourceforge.net/viewvc/vvvv/plugins/c%23/2d/Bilerp/trunk

checkout:

https://vvvv.svn.sourceforge.net/svnroot/vvvv/plugins/c%23/2d/Bilerp/trunk

3d

Wave3d

3-dimensinal version of gregsns wave shader.
view:https://vvvv.svn.sourceforge.net/viewvc/vvvv/plugins/c%23/3d/Wave3d/trunk

checkout:

https://vvvv.svn.sourceforge.net/svnroot/vvvv/plugins/c%23/3d/Wave3d/trunk

Trilerp

3d linear interpolation

view:https://vvvv.svn.sourceforge.net/viewvc/vvvv/plugins/c%23/3d/Trilerp/trunk

checkout:

https://vvvv.svn.sourceforge.net/svnroot/vvvv/plugins/c%23/3d/Trilerp/trunk

Animation

Particles

My first proof of concept node, a mix of a classic particle system and the boids algorithm. also shows how to split a large computation into two threads, to gain speed from a dual core cpu.

view:https://vvvv.svn.sourceforge.net/viewvc/vvvv/plugins/c%23/Animation/ParticlesThreaded/trunk

checkout:

https://vvvv.svn.sourceforge.net/svnroot/vvvv/plugins/c%23/Animation/ParticlesThreaded/trunk

Spreads

Simplex Noise

Smooth noise function in 1,2,3 and 4 dimensions. alternative to Perlin noise.

view:https://vvvv.svn.sourceforge.net/viewvc/vvvv/plugins/c%23/Spreads/SimplexNoise/trunk

checkout:

https://vvvv.svn.sourceforge.net/svnroot/vvvv/plugins/c%23/Spreads/SimplexNoise/trunk

by tf

anonymous user login

Shoutbox

~2h ago

u7angel: @mediadog, make it a forum question.

~2h ago

u7angel: @mediadog, tty renderer ?

~4h ago

microdee: however non-conductive objects are invisible for this so the pencil and the sticks in the video are still a mysteries

~4h ago

microdee: hey i just found a possible solution behind leap's black magic http://www.quora.com/Leap-Motion/What-is-the-technology-behind-Leap-Motion

~5h ago

mediadog: @u7agel: red node, no connections; can' drag&drop into patch either - 27.2

~9h ago

christosk: Thanx Elliot! UnixPath worked fine :-)

~10h ago

elliotwoods: or 'unix path' (for forward slash). also custom deliminators are accepted on other pins

~10h ago

elliotwoods: @christosk : check for 'dos path'

~10h ago

christosk: What's the node to use in order to separate elements inside a string by using slashes? Separate doesn't give a Slash enumeration.