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.
Who's using Gizmo?
Create award winning products with Gizmo64.
![]() |
Leading Edge Simulation Saab 340A
wins Platinum award. PC Pilot May/June 2014 Edition ![]() |
Download..
Current Version:
Gizmo64.plugin-20.07.19.0120.zip Mac+Windows 64bit
Linux support is not available at this time.
Install..
Download and extract Gizmo. Move Gizmo64.plugin to X-Plane/Resources/plugins/
Hello World
Hello World:
ACF/scripts/init.lua
function OnDraw_Windows()
gfx.setColor(color.red)
gfx.drawString( "Hello World!", 512, 384 )
end
Documentation
Gizmo64 "Plugin Internals" Flow Chart