Skip to content

simcodersdotcom/headshake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.