Skip to content

mrvux/dx11-vvvv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd4bf51 · Jul 10, 2022
Oct 23, 2019
Jun 25, 2021
May 17, 2018
Oct 23, 2019
Jul 10, 2022
Feb 1, 2018
Feb 7, 2014
May 14, 2021
Jun 25, 2021
May 7, 2013
Dec 2, 2013
May 3, 2017
Feb 19, 2018
May 21, 2018
Feb 13, 2017
Sep 30, 2016
Feb 17, 2018
Apr 19, 2020
May 31, 2017
May 31, 2017
May 21, 2018
May 21, 2018
May 21, 2018
Feb 13, 2017
Jun 1, 2017
Feb 27, 2017

Repository files navigation

dx11-vvvv

DirectX11 Rendering within vvvv

Build status

Licensing

vvvv dx11 nodes are released under a 3 clause BSD license

This library is free, but you are welcomed to support its development.

Monthly donations via Patreon

Patreon

Yearly invoice

If you are a company and Patreon is not ideal for you (exchange rates and inability to get proper invoices), I am also able to provide you a custom invoice (I am a registered company in France).

You will get the same rewards as per Patreon yearly equivalent.

Custom develompent

If you have specific requirements, you can also sponsor custom development (either tailored to your requirements and private, or contributed back in the public repository).

How to build

First of all, get the code of master branch

git clone -b master [email protected]:mrvux/dx11-vvvv.git

Then update submodules.

cd dx11-vvvv/
git submodule init
git submodule update

Open the vvvv-dx11.sln solution with Visual Studio: I installed Microsoft Visual Studio Express 2012 for Windows Desktop.

Set up targets, see screenshots below.

open-configuration-manager!

set-targets!

Now, if you hit the Rebuild Solution button and you will gain a brand new lib and packs folders under Deploy/Debug folder.

rebuild-solution!

Copy the content of vvvv core build under Deploy/Debug (recommended by mrvux if you want to build multiple times) or viceversa, copy lib and packs folders inside your vvvv folder.