-
First, create a workspace using the following link: bHaptics Developer Portal.
- For documentation, refer to the bHaptics Documentation Portal.
-
This project is a library designed for use in C#.
-
Download the bHaptics Player from the following link: bHaptics Player.
- Make sure the player is running for the library to work.
The project is divided into two folders:
tact-csharp2
: Contains the library, which generates a DLL.Sample Project
: Demonstrates how to use the library.
tact-csharp2
is a wrapper project for a library written in C++.
To use this library in other projects, you need the following two files:
bhaptics_library.dll
(C++ DLL)tact-csharp2.dll
(C# DLL)
- In Visual Studio, ensure that the
Prefer 32-bit
option is disabled in the project settings under the Build tab.