Registry / other / x-plane

x-plane

JSON →
library4.1.1vcpkgunverified

The X-Plane Plugin SDK for developing plugins that interact with the X-Plane flight simulator.

vcpkg install x-plane
INSTALL
IMPORT
SIG · X-PLANE
X
x-plane
othercppv4.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XPLM/XPLMUtilities.h
#include <XPLM/XPLMUtilities.h>

Minimal X-Plane plugin skeleton that registers a plugin with name, signature, and description.

#include <XPLM/XPLMUtilities.h> #include <XPLM/XPLMDisplay.h> PLUGIN_API int XPluginStart(char *name, char *sig, char *desc) { strcpy(name, "MyPlugin"); strcpy(sig, "com.example.myplugin"); strcpy(desc, "A simple X-Plane plugin"); return 1; } PLUGIN_API void XPluginStop(void) {} PLUGIN_API int XPluginEnable(void) { return 1; } PLUGIN_API void XPluginDisable(void) {}
Debug
Known issues
gotchaX-Plane SDK is platform-specific and requires linking against XPLM and XPWidgets libraries.
fix
Ensure you link with XPLM::XPLM and XPWidgets::XPWidgets CMake targets.
affects: *
Upgrade
Version history
4.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Amazon
1
Resources

No resource links recorded.

x-plane — pip install x-plane · libregistry