Page 2 of 2

Re: VRPN functionality

Posted: Tue Dec 18, 2007 7:18 am
by hpcv
Amir,

You can download the VRPN source code from here:
http://www.cs.unc.edu/Research/vrpn/
Simply open the vrpn.sln solution file in Visual C++ (works in Express as well) and do a Release build. You'll get a DLL in pc_win32\DLL\Release.

Also, I think it's possible to link native code statically into an executable that uses the CLR, but I'm not sure of the details. That would eliminate the need for the DLL entirely.

Also, this site claims to have a C# wrapper for VRPN:
http://www.cise.ufl.edu/~brossen/ve/wiiTools.php
I haven't looked into that.

Hope this is useful!

Re: VRPN functionality

Posted: Mon Feb 18, 2008 7:31 pm
by beckdo
We added a Rigid Body Toolkit C# sample that uses [DllImport()] to make the Rigid Body native API available via C#.