simcodersdotcom / headshake

Source code of the HeadShake plugin for X-Plane
https://www.simcoders.com/headshake
GNU General Public License v3.0
39 stars 12 forks source link
plugin x-plane

HeadShake plugin for X-Plane 10/11/12

HeadShake is an X-Plane camera plugin wich adds some nice POV effects while flying in virtual cockpit view. It is free, opensource and available for Windows, Linux and Mac (Intel and M CPUs). This plugin was developed by SimCoders.com and maintained by the community.

Download

You can download the plugin from https://www.simcoders.com/headshake/features-and-download

Compile the source code

To compile the source code you need cmake and g++ (or MinGW).

Make sure to specify the SDK folder path in the CMakeLists.txt file.

Type the following commands in your favourite unix shell.

cd xp-plugins-headshake
mkdir build
cd build
cmake -DCMP_LIN=ON ..
make

Use CMP_LIN=ON to compile the Linux version, CMP_WIN=ON to compile the Windows version using MinGW or CMP_MAC=ON to compile the Mac OSX version.