Gizmo64.com on GitHub

Gizmo64

A plugin for the X-Plane flight simulator.

Welcome.

Gizmo64 is a plugin for the X-Plane flight simulator that lets you program in Lua Script.



With low level access to the simulator and a feature rich API out of the box Gizmo64 is the easiest way to create feature rich content for X-Plane.



Cross Platform Support for 64bit Windows and OSX. One API, Multiple Targets.



Download..

Current Version:


Check your X-Aviation products for updates. X-Aviation installers will automatically install the current version of Gizmo for you.



Linux support is not available at this time.



Install..

Download and extract Gizmo. Move Gizmo64.plugin to X-Plane/Resources/plugins/



Who's using Gizmo?

Airbus
Icon Aircraft
Leading Edge Simulations JGX Designs
X-Scenery
Research School of Systems Engineering



Hello World

Hello World:

ACF/scripts_src/init.lua

function OnDraw_Windows()
    gfx.setColor(color.red)
    gfx.drawString( "Hello World!", 512, 384 )
end


Documentation

Gizmo64 API Reference Manual