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.
Godot Engine 4.0 has been released per official announcement. With version 4.0, Godot has gone through “3+ years of breaking and rebuilding from the ground up, a complete core overhaul and a full engine rewrite, through 17 alphas, 17 betas and 6 release candidates“. The announcement post is credited to “2000+ Godot contributors.” It’s a …
This release improves weight management. Inventories can now configure an option weight limit, and item stacking and item transfer strategies are weight-aware. The crafting demo and crafting mechanic in the inventory tour have been improved. Auto-crafting is limited to the crafting slide, so that items don’t automatically and unexpectedly get crafted while stepping through the …
I’m wrapping up development on version 1 of the Inventory System, which is currently at v1.18.1. All core functionality is in place, and it provides many quality-of-life features. The guide covers and walks through most of the code base, and the demo projects show off a lot of use cases. This first version has been …
This release finally uses Godot Engine 4.4. It adds the GGCraftingSystem singleton and updates the GGInteractable2DStrategyCrafting class to use it. The crafting editor nodes now have prefixes, which makes it much easier to search for specific recipe or item nodes in larger crafting libraries. Some syntactic sugar was added as well. You can now easily …
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
Godot Engine 4.0 released!
Godot Engine 4.0 has been released per official announcement. With version 4.0, Godot has gone through “3+ years of breaking and rebuilding from the ground up, a complete core overhaul and a full engine rewrite, through 17 alphas, 17 betas and 6 release candidates“. The announcement post is credited to “2000+ Godot contributors.” It’s a …
Inventory System 2 Alpha 3 available
This release improves weight management. Inventories can now configure an option weight limit, and item stacking and item transfer strategies are weight-aware. The crafting demo and crafting mechanic in the inventory tour have been improved. Auto-crafting is limited to the crafting slide, so that items don’t automatically and unexpectedly get crafted while stepping through the …
Inventory System v1.18.1 available (and v2 progress update)
I’m wrapping up development on version 1 of the Inventory System, which is currently at v1.18.1. All core functionality is in place, and it provides many quality-of-life features. The guide covers and walks through most of the code base, and the demo projects show off a lot of use cases. This first version has been …
Inventory System 2 Alpha 4 available
This release finally uses Godot Engine 4.4. It adds the GGCraftingSystem singleton and updates the GGInteractable2DStrategyCrafting class to use it. The crafting editor nodes now have prefixes, which makes it much easier to search for specific recipe or item nodes in larger crafting libraries. Some syntactic sugar was added as well. You can now easily …