Skip to content
mrft edited this page May 17, 2013 · 2 revisions

Welcome to the Wyphon wiki!

A c++ project that can serve as an example to get started integrating Wyphon into your own application can be found here: https://github.com/mrft/Wyphon-DX11-examples (also check the wiki page over there for some extra info)

All of the files you should need to add Wyphon support to your own application (including the compiled example programs) are in this github repo: https://github.com/mrft/Wyphon-Distributables

Some hints on how to use Wyphon in c# can be found here: https://github.com/mrft/Wyphon/blob/master/ShareDataTest/TestClasses/TestWyphonDotNet.cs and also in the Wyphon nodes for vvvv: https://github.com/mrft/vvvv-sdk/tree/Wyphon/vvvv45/addonpack/src/nodes/plugins/Network/Wyphon (start with WyphonNode.cs)

Clone this wiki locally