While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- If you drop (or throw) your new Steam Controller it will scream at you
- PlayStation 3 emulator RPCS3 devs battling "AI slop code pull requests"
- Developers of Party Animals announce an AI video contest - game gets a review bomb
- We're inching closer to the Steam Frame release with a SteamOS Manager update
- Previously console-exclusive, Return to Castle Wolfenstein: Cursed Sands is finally on PC
- > See more over 30 days here
- Veridian Expanse Demo
- PlayingOnLinuxphone - The Great Android lockdown of 2026.
- PlayingOnLinuxphone - Feedback needed - future website updates
- PlayingOnLinuxphone - What's bad about generative AI on the Internet and beyond, exactl…
- emphy - Guns of Icarus
- CatKiller - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
Anyway, I've been working on a game part time for a while. I've maintained open source libraries for gamedev for almost 20 years, made many smaller games, and worked on many games as a contractor, but this is maybe the first big game that I'm really proud to call mine. :)
Veridian Expanse is a sci-fi exploration/crafting game with twin stick shooter elements that's heavily inspired by games like Terraria and Subnautica. It's not done yet, this demo is a bit of an early access type of situation, but there's enough solid content for a few hours of fun.
Since you all are fellow Linux users and like options, here are some to play it. :)
It's written from scratch in C using a handful of libraries. I'm pretty proud of the game's lighting. Normal mapped sprites lit by hundreds of lights in every frame with soft shadows and reflections, all while running smoothly on something as simple as a Raspberry Pi.
Anyway, I'd love if people gave it a try. Also, I'm dying for someone to tell me they compiled it and played in on OpenBSD, or Haiku or something like that. It's a big part of why I wanted to release it with the source code available. :D
source-code$ make -j DRIFT_SDL3=1cc -std=gnu11 -0s -DNDEBUG -I . -I src -I ext/tracy/public -D_REENTRANT -I/usr/include/fribidi -I/usr/include/libdrm -I/usr/include/libdecor-0 -DDRIFT_SDL3 -c -o src/base/drift_app.o src/base/drift_app.c
make: cc: No such file or directory
I am pretty sure fribidi, libdrm and libdecor-0 are installed. Running ARM64 Debian 14 (Testing). Vulkan is not available, so I cannot run the rpi64 build.