Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
/ xplane_sdk Public archive
forked from leecbaker/xplane_sdk

X-Plane SDK and CMake scripts for building plugins

Notifications You must be signed in to change notification settings

terminal2/xplane_sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Plane SDK

This repository contains the X-Plane SDK as downloaded from here, along with some scripts that I use for creating plugins.

How to use

Add this repository as a submodule of your repo: git submodule add https://github.com/leecbaker/xplane_sdk

Initialize the submodules: git submodule init && git submodule update --recursive

Add this submodule to your CMakeLists.txt:

add_subdirectory(xplane_sdk)
add_xplane_plugin(your_plugin_name your_plugin_file1.cpp your_plugin_file2.cpp)

Start your build, and that should be it! There's an example plugin in example/ that you can reference to see how it works.

About

X-Plane SDK and CMake scripts for building plugins

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.5%
  • C++ 6.1%
  • CMake 1.4%