Linux-Specific Notes
Shared Library Loading
The SDK ships as a shared librarylibfacebetter.so. At runtime the OS must be able to locate it:
CMake Linkage
OpenGL Environment
A valid OpenGL context is required. Install the necessary graphics libraries first:external_context Field
If your application already manages an OpenGL context (e.g. via GLFW), set:
true, the SDK does not create an internal GL context; all GPU calls run on the calling thread’s active context.

