add the fakeshm module tuning utilities and ininitial draft of its documentation and its third-party dependencies licenses

This commit is contained in:
Mamadou Babaei
2026-07-13 20:20:21 +02:00
parent 6b9bc10a54
commit 951b1e31d4
14 changed files with 222 additions and 0 deletions
+4
View File
@@ -6,6 +6,7 @@ The following third-party software are used and shipped with the SenseGlove Unre
- [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 Argh Frustration-free Command-line Processing Library](argh-command-line-processing-library.md)
- [The Boost C++ Libraries](boost-cpp-libraries.md)
- [The c4core C++ Library](c4core-library.md)
- [The c4project CMake Scripts](c4project-cmake-scripts.md)
@@ -13,9 +14,12 @@ The following third-party software are used and shipped with the SenseGlove Unre
- [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 FTXUI Functional Terminal (X) User Interface Library](ftxui-functional-tui-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)
__NOTE__: **FTXUI** and **Argh** are only used by [the SenseGlove FakeShm Module Tuning Utilities, `sgfakeshm-connect-client` and `sgfakeshm-core-client`](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal?path=/Tuning&version=GBmaster&_a=contents) distributed as separate binaries via [the SenseGlove Unreal Engine Plugin Microsoft Azure DevOps repository](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal). Since these utilities are not part of [the official release of the SenseGlove Unreal Engine Plugin via the Fab Store](https://www.fab.com/listings/62bcdd2a-0bb1-4f34-b7b8-c5e7c9313099), their respective licensing terms won't apply to the SenseGlove SDK or the UE plugin.
For more information consult their own respective open-source licenses, please.