I wanna make nobint falcon works with unity3d. I search many pages and found an opensource project falconunity. But it does not works than my project does not progress now. Plz help....
Asked
Active
Viewed 1,130 times
-1
-
1Please specify what you have tried already, what's working, what isn't, etc. to expect an answer. – Manish Kumar Sharma May 11 '17 at 07:54
1 Answers
0
By simply researching "novint falcon unity" here are the first results:
- an open source project on GitHub: the one you tried I guess.
- a unity forum post where someone wrote a C++ wrapper compiled into a DLL: I personally used this one and can tell it worked with very few adjustments.
- a unity answer's question that links to the H3DAPI.
Using the wrapper you can find on the second link you can easily integrate the Novint Falcon into your project.
I remember you have to copy the number located on the back of the Falcon somewhere in a config file to have it work properly (otherwise it won't even connect).
Also if you want to use more than 1 Falcon, the trick we used was to connect/disconnect each of them one after another.
Hope this helps,

Kardux
- 2,117
- 1
- 18
- 20