Skip to content

gregsn/dx11-vvvv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dx11-vvvv

DirectX11 Rendering within vvvv

Build status

Licensing

vvvv dx11 nodes are released under a 3 clause BSD license

How to build

First of all, get the code of master branch

git clone -b master git@github.com: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.

About

DirectX11 Rendering within vvvv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • HLSL 0.3%