Hello,
I am trying to develop an extra (at this moment only for Win32) for 3Dconnexion/3DxWare Sensors. More info about these devices can be found at
http://www.3dconnexion.com.
I do have a choice here however for which would like to have some advice. Since March this year a COM interface is provided for developing software for 3D space sensors. I am not really acquainted with COM (this is the first time I encounter this actually) and there might be some issues for building an extra (I read one will need to have the driver installed or use regsv32 with a specific .dll) although this might be caught by #defines, as is done with the WiiMote and LIRC.
There is also still the possibilty to use the old C interface, though I don't know how long support for this will last.
Writing this I feel COM is prefered, since future releases by 3Dconnexion might be supporting only this. Still I would like to ask some advice, especially if there is some reason against using COM. So if you know any reason...
Cheers!
Jorrit
NB.
There are SDK's for Linux as well a MacOS, so this could be developed cross-platform in the end.