Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
MX Creative Console Bridge is a Godot Editor addon that bridges editor context and commands to Logitech MX Creative Console workflows. It continuously builds a lightweight snapshot of the active editor state (selection, transforms, TileMap tools, animation context, runtime/play mode signals, and focused Inspector properties), and exposes that data through a local loopback HTTP bridge. It also receives hardware-originated events and maps them to native Godot editor actions, shortcuts, and UI interactions with context-aware behavior.
Godot MX Creative Console Integration
A powerful plugin for the Godot 4 Editor that bridges your workflow directly with the Logitech MX Creative Console and Loupedeck devices.
This plugin runs quietly in the background of your Godot Editor, listening to contextual changes (like selecting a Node3D, editing a TileMap, exploring the Inspector, or scrubbing an AnimationPlayer). It syncs instantly with your physical hardware dials and buttons to give you tactile, zero-lag control over Godot.
Note: This Godot addon is designed to be used together with Godot-LogiActionsPlugin (the Logi Actions C# plugin) on the Logitech Options+ / Loupedeck side.
β¨ Features
The integration is highly context-aware. Depending on what you are doing in Godot, your dials and screens will magically adapt:
- ποΈ Accelerated Native Dials: Dials feature a velocity-curve algorithm. Turn a dial slowly for deep precision, or whip it fast to smoothly apply a 15x multiplied adjustment instantly. No lag, no rubberbanding.
- π Node Transform Control: Control
Position,Rotation, andScaleexclusively through tactile dials for bothNode2DandNode3D. Supports infinite 3D rotations without hard clamps. - ποΈ Live Inspector Control: Focus on any numeric property (float/int ranges) in the Inspector. The hardware dials instantly lock onto that property and read the engine's exact mathematical bounds and steps for perfect manipulation.
- πΊοΈ TileMap Mastery: Pick, erase, draw lines, or change Paint layers instantly via tactile buttons. Control Random Scatter with a dial exactly perfectly.
- π¬ Animation Scrubbing: When working on an
AnimationPlayer, your dials become a physical timeline scrubber. Buttons become immediate Play, Pause, and loop-toggles. - π οΈ Deep Editor Workflow: Shortcuts to attach scripts, toggle 3D View grids, manipulate snapping environments, run/pause the game, and traverse Undo/Redo history.
π¦ Installation
Download this Godot Plugin: Copy the
addons/mx_creative_consolefolder into theaddons/directory of your Godot 4.x project. (Path should look like:res://addons/mx_creative_console/plugin.gd)Enable the Plugin: Open Godot. Go to Project > Project Settings > Plugins and check the "Enable" box next to MX Creative Console.
Install the Logitech C# SDK Plugin: This Godot Addon talks to your Logitech hardware via a local bridge. Build and install the companion plugin from Godot-LogiActionsPlugin (package name on device: Godot MX Console Bridge).
π How It Works (Architecture)
- Godot Side (This Addon): Uses Editor API callbacks to analyze your active selection and active screen (2D, 3D, Script, etc). It builds a
ContextSnapshotand hosts a local HTTP REST listener. - Logitech Side (C# Plugin): Polls the context and redraws your hardware icons. When you physically spin a dial, the C# plugin fires a high-speed HTTP POST with a payload (e.g.,
{"relative": true, "value": 2.5}) directly into to Godot. - Execution: Godot parses the delta, executes the exact engine manipulation natively, and wraps it cleanly in Godot's Undo/Redo stack.
π Documentation
For deep technical insights or customization guides, see the docs/ folder:
MX Creative Console Bridge is a Godot Editor addon that bridges editor context and commands to Logitech MX Creative Console workflows. It continuously builds a lightweight snapshot of the active editor state (selection, transforms, TileMap tools, animation context, runtime/play mode signals, and focused Inspector properties), and exposes that data through a local loopback HTTP bridge. It also receives hardware-originated events and maps them to native Godot editor actions, shortcuts, and UI interactions with context-aware behavior.
Reviews
Quick Information
MX Creative Console Bridge is a Godot Editor addon that bridges editor context and commands to Logitech MX Creative Console workflows. It continuously builds a lightweight snapshot of the active editor state (selection, transforms, TileMap tools, animation context, runtime/play mode signals, and focused Inspector properties), and exposes that data through a local loopback HTTP bridge. It also receives hardware-originated events and maps them to native Godot editor actions, shortcuts, and UI interactions with context-aware behavior.