Go, Go, Godot!
  • 0

Godot Engine on the Steam Deck – Developing games on the go?

August 1, 2022

Once I found out about the Steam Deck’s Desktop Mode, it got even more interesting.

Steam Deck’s Gaming Mode vs Desktop Mode

You see, the Steam Deck defaults to an analog of Big Picture mode on PC. It runs full screen in “Steam Deck gaming console” mode. But underneath all that is a Linux system (runs Arch, btw), and it comes with a desktop environment as well. To access it, hold down the Steam Deck Power button, and it will give you the Power menu:

A tap on Switch to Desktop, and Steam shuts down, and a more Linux-y window manager pops up:

At this point, only Steam Deck’s touchpads work. The right touchpad controls the mouse pointer and the left button, and the left touchpad acts as the right mouse button when pressed. There doesn’t seem to be any way to enter characters with the Steam Deck alone. Well, there may be, but it’ll probably require installing packages from the Linux distribution ecosystem.

Desktop Mode needs a keyboard and mouse

If you really want to interact with this thing, you need a keyboard, and ideally a mouse. And since the Steam Deck only has a USB-C connector, you’ll need to find a way to connect your (probably) USB Type A keyboard and mouse to that.

In my case, I’m using a USB-C male to USB Type A female adapter that came with a Nexus or Pixel phone, and I’m plugging in a Logitech Touch TV Keyboard.

I used to use these to control Media Center PCs, but those have all been replaced by Chromecasts.

Let’s get Godot running. First, we’ll need to download and extract it:

Launch the extracted Godot executable:

And look, it’s running.

With this, it’s possible to create games directly on the Steam Deck. It’s not the most practical thing, but it could work in a pinch.

The main issue is powering/charging the Steam Deck while using it. It probably needs a powered USB-C hub, so it can deliver power along with supporting additional peripherals.

It would be more useful to interact with it remotely.

developer experiencegodotSteam Deck
Posted in DX, Godot, Steam.
Share
PreviousLaunching Godot Games on Steam Deck from the command line via Remote Shell
NextRunning Godot Games on Steam Deck

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Related Posts

  • January 12, 2023

    Is Godot is the Linux of Game Engines?

    Godot Engine is an open-source game engine. With the 4.0 release on the horizon, it’ll gain quite a bit of attention. And it’s an engine worth keeping an eye on. Internet Gaming. Serious business. Game development is serious business. The global gaming market size was 203 billion USD in 2020 (per fortunebusinessinsights). It is predicted …

  • January 15, 2025

    Inventory System 2 Alpha 1 available

    The first alpha of the inventory system v2 is now available. For v2, a lot of refactoring work has been done with a focus on improving the developer experience. As part of that, the naming convention of the addon classes was streamlined and is more consistent now. The GDScript documentation comments have been improved significantly …

  • August 3, 2022

    Share your Computer’s Mouse and Keyboard with your Steam Deck

    I use an app called barrier. It allows you to share your mouse and keyboard with multiple devices. I use it, because I tend to have my laptop and Macbook sitting next to my PC, and it makes working across all devices very convenient. It’s a mix of a multi-monitor and multi-computer setup. Concept Your …

  • November 17, 2022

    Making videos for the web with Godot 4’s Movie Writer

    Normally I use OBS for screen recording, but there are cases where it makes sense to use Godot’s built-in movie writer that was recently announced. For example, if you have a slow PC or really demanding game, OBS will skip frames. It makes sense since OBS is just recording what’s on the screen in real …

    © 2026 GoGoGodot.io. All rights reserved.