All Projects → simcodersdotcom → headshake

simcodersdotcom / headshake

Licence: GPL-3.0 License
Source code of the HeadShake plugin for X-Plane

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to headshake

pilotclient
Cross-platform cross-simulator pilot client for virtual air traffic networks
Stars: ✭ 57 (+58.33%)
Mutual labels:  x-plane
navdatareader
Navdatareader is a command line tool that uses the atools fs/bgl and fs/writer to store a full flight simulator scenery database into a relational database like Sqlite or MySql.
Stars: ✭ 35 (-2.78%)
Mutual labels:  x-plane
777-300ER
Freeware Boeing 777-300ER for the X-Plane flight simulator.
Stars: ✭ 63 (+75%)
Mutual labels:  x-plane
LiveTraffic
LiveTraffic is an X-Plane multiplayer plugin, which fills your sky with live air traffic based on public flight tracking data.
Stars: ✭ 81 (+125%)
Mutual labels:  x-plane

HeadShake plugin for X-Plane 10/11

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 in both 64 and 32 bit versions. 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_64=ON or CMP_WIN_32=ON to compile the Windows version using MinGW or CMP_MAC=ON to compile the Mac OSX version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].