Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herpderpinstine/bhapticslib
An Open-Source .NET Library for bHaptics Support
https://github.com/herpderpinstine/bhapticslib
bhaptics
Last synced: about 2 months ago
JSON representation
An Open-Source .NET Library for bHaptics Support
- Host: GitHub
- URL: https://github.com/herpderpinstine/bhapticslib
- Owner: HerpDerpinstine
- License: mit
- Created: 2022-07-04T07:48:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T04:29:16.000Z (6 months ago)
- Last Synced: 2024-10-11T09:58:36.243Z (2 months ago)
- Topics: bhaptics
- Language: C#
- Homepage:
- Size: 215 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# bHapticsLib
An Open-Source .NET Library for [bHaptics](https://www.bhaptics.com) Support.
Supports .NET Framework 3.5 through .NET 6 and beyond.
Special Thanks to [bHaptics](https://www.bhaptics.com) for making the bHaptics Gear as well as supporting the community wherever needed! :D- Discord: https://discord.gg/JDw423Wskf
---
### DISCLAIMER:
**[bHaptics](https://www.bhaptics.com) is not liable for any issues or problems that may arise from using this library.**
**This is a community-driven project created and developed by passionate users and content creators.**
**If you have questions or issues you would like to report:**
**Make a [GitHub Issues](https://github.com/HerpDerpinstine/bHapticsLib/issues) post or leave a message on our [Discord Server](https://discord.gg/JDw423Wskf).**---
### WHATS NEW:
- All-in-One Management Class
- Fully Compatible with [bHaptics Designer](https://designer.bhaptics.com/) ``.tact`` Files
- Fully Compatible with Every [bHaptics](https://www.bhaptics.com) Device
- New Methods, Functionality, and Customization Options
- New JSON based Direct Object Instancing and Manipulation
- New Thread-Safe Queue based Backend for handling Request and Submit Packets
- New HapticPattern Utility Class
- New Pattern Mirroring Functionality---
### LICENSING & CREDITS:
bHapticsLib is licensed under the MIT License. See [LICENSE](https://github.com/HerpDerpinstine/bHapticsLib/blob/master/LICENSE.md) for the full License.
Third-party Libraries used as Source Code and/or bundled in Binary Form:
- [SimpleJSON](https://github.com/Bunny83/SimpleJSON) is licensed under the MIT License. See [LICENSE](https://github.com/Bunny83/SimpleJSON/blob/master/LICENSE) for the full License.
- [IndexRange](https://github.com/bgrainger/IndexRange) is licensed under the MIT License. See [LICENSE](https://github.com/bgrainger/IndexRange/blob/master/LICENSE) for the full License.
- [ValueTupleBridge](https://github.com/OrangeCube/MinimumAsyncBridge) is licensed under the MIT License. See [LICENSE](https://github.com/OrangeCube/MinimumAsyncBridge/blob/master/LICENSE) for the full License.
- [WebSocketDotNet](https://github.com/SamboyCoding/WebSocketDotNet) is licensed under the MIT License. See [LICENSE](https://github.com/SamboyCoding/WebSocketDotNet/blob/master/LICENSE) for the full License.
Credit to [bHaptics](https://www.bhaptics.com) for making the Gear, bHaptics Player, and the original C# and C++ Libraries.