It’s been about a year since Valve announced the Steam Deck. Back then, I pre-ordered it as soon as I could, then things were quiet for a year. A few days ago I received the availability notice:
I completed the purchase, and it arrived a few days later.
Steam Deck Arrival
I unpacked it, plugged in the charger, and turned it on. The initial setup was effectively just entering my credentials and waiting for it to be ready to use. Using a Steam Deck for the first time was quite interesting.
The hardware side already feels a bit familiar with some similarities to the Steam Controller tech. The Steam Deck’s touchpads use a similar haptic feedback system to make them feel like physical omnidirectional flywheels (flyspheres?).
On the software side, the Steam Deck’s UI seems to not borrow as much from Big Picture mode. It is more of a refined, controller-friendly experience similar to what you get on a computer. I generally don’t play anything with a controller, but with a bit of practice, it is very easy to navigate and move around. Kids will pick this up in seconds.
The next step is getting a Godot game running on it.
This release contains the new Godot editor integrations. It offers an Item Library bottom panel that makes it easier to manage your inventory item types, and an inspector plugin that lets you edit items in a GGItemCollection. This also reduces the need for manually creating GGItemData resources, which simplifies item management at design time significantly. …
For some reason, my Godot game would no longer launch on the Steam Deck. I could hear it running as if it were running in the background, but the screen kept showing the Steam Deck’s UI. Since it’s all Linux I figured it should be possible to just drop to the command line and launch …
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 …
Just a couple of days ago, Godot 4.0 alpha 17 was announced. Today, Godot Engine 4.0 beta 1 was released. Be sure to check out the announcement. There are lots of improvements across the board; rendering, lighting, physics and navigation, animation, and scripting.
My Steam Deck has arrived!
It’s been about a year since Valve announced the Steam Deck. Back then, I pre-ordered it as soon as I could, then things were quiet for a year. A few days ago I received the availability notice:
I completed the purchase, and it arrived a few days later.
Steam Deck Arrival
I unpacked it, plugged in the charger, and turned it on. The initial setup was effectively just entering my credentials and waiting for it to be ready to use. Using a Steam Deck for the first time was quite interesting.
The hardware side already feels a bit familiar with some similarities to the Steam Controller tech. The Steam Deck’s touchpads use a similar haptic feedback system to make them feel like physical omnidirectional flywheels (flyspheres?).
On the software side, the Steam Deck’s UI seems to not borrow as much from Big Picture mode. It is more of a refined, controller-friendly experience similar to what you get on a computer. I generally don’t play anything with a controller, but with a bit of practice, it is very easy to navigate and move around. Kids will pick this up in seconds.
The next step is getting a Godot game running on it.
Related Posts
Inventory System 2 Alpha 2 available
This release contains the new Godot editor integrations. It offers an Item Library bottom panel that makes it easier to manage your inventory item types, and an inspector plugin that lets you edit items in a GGItemCollection. This also reduces the need for manually creating GGItemData resources, which simplifies item management at design time significantly. …
Launching Godot Games on Steam Deck from the command line via Remote Shell
For some reason, my Godot game would no longer launch on the Steam Deck. I could hear it running as if it were running in the background, but the screen kept showing the Steam Deck’s UI. Since it’s all Linux I figured it should be possible to just drop to the command line and launch …
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 …
Godot Engine 4 reaches beta
Just a couple of days ago, Godot 4.0 alpha 17 was announced. Today, Godot Engine 4.0 beta 1 was released. Be sure to check out the announcement. There are lots of improvements across the board; rendering, lighting, physics and navigation, animation, and scripting.