ForwardPlus
Author: | kopffarben |
Date: | 19 Jun, 2017 |
Category: | pack |
Credits: | mburk, vux, microdee |
Download
Description
- ForwardPlus or how bring thousands of dynamic lights to VVVV
this is the vvvv implementation for the ForwardPlus algorithm. see: https://www.3dgep.com/forward-plus/
now it has implementation of weighted order independent transparency
- Requirements
dx11 pack from vux (https://github.com/mrvux/dx11-vvvv/releases/tag/1.0.1.44-alpha) mp.dx from microdee (https://github.com/microdee/mp.dx)
- Install
0 make sure you installed all Requirements Packs 1 unzip to vvvv\packs
or just use vpmvpms://raw.githubusercontent.com/vvvvpm/vpdb/master/kopffarben/ForwardPlus/github.master.vpack.vpack
- SourceCode:
https://github.com/kopffarben/ForwardPlus
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
Ooh nice! have you thought about creating a vpm vpack to deal with both dx11 and mp.dx dependency? skype me and I can help you (microdegree)
well done
custom DynamicBuffer nodes are missing, which can be replaced with a general purpose DynamicBuffer node in mp.dx however you have to organize your data into a raw streams first, but it feels like you already have written those nodes just was not made it into packaging
mmhh on my side all DynamicBuffer nodes are avaiable, even when i do an complete new installation of vvvv.
Yes i write my one ons.
See compiled version: https://github.com/kopffarben/ForwardPlus/tree/master/nodes/plugins source: https://github.com/kopffarben/ForwardPlus/tree/master/src
@microdee i write an vpack file https://github.com/kopffarben/ForwardPlus/blob/master/p.vpack is this right?
Nice! I will check it out again. You can omit the dx11 dependency as mp.dx already has it. Otherwise it will be good, put a vpm link on the contrib page and I'll put it on vpdb