Files
Plugin/Handbook/src/license/third-party.md
T

22 lines
1.4 KiB
Markdown
Raw Normal View History

# Third Party Licenses
Please note that while the SenseGlove Unreal Engine Plugin is made available under the [MIT License](senseglove-unreal-engine-plugin.md), it utilizes a few third-party libraries with permissive free licenses as well, in order to power various components.
The following third-party software are used and shipped with the SenseGlove Unreal Engine Plugin:
- [The SenseGlove SDK (a.k.a. SenseGlove Backend Libraries, or SenseGlove Core Libraries)](senseglove-sdk.md)
- [SGBLE and SGBLExx Rust Dependencies](sgble-sgblexx-rust-dependencies.md)
- [The Boost C++ Libraries](boost-cpp-libraries.md)
- [The c4core C++ Library](c4core-library.md)
- [The c4project CMake Scripts](c4project-cmake-scripts.md)
- [The Debug Break Library](debugbreak-library.md)
- [The fast_float Number Parsing Library](fast-float-number-parsing-library.md)
- [The FlatBuffers Memory Efficient Serialization Library](flatbuffers-serialization-library.md)
- [The {fmt} Formatting Library](fmt-formatting-library.md)
- [The Loguru Logging Library](loguru-logging-library.md)
- [The nanomsg-next-generation Lightweight Brokerless Messaging Library](nng-messaging-library.md)
- [The Rapid YAML Parsing and Emitting Library](rapidyaml-parsing-emitting-library.md)
- [The Serial Communication Library](serial-communication-library.md)
For more information consult their own respective open-source licenses, please.