VRPN functionality

hpcv
Posts: 58
Joined: Tue Oct 23, 2007 2:09 pm

Re: VRPN functionality

Post 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!
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: VRPN functionality

Post by beckdo »

We added a Rigid Body Toolkit C# sample that uses [DllImport()] to make the Rigid Body native API available via C#.
Post Reply