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
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- California law to require operating systems to check your age
- Here's the most played Steam Deck games for February 2026
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- SteamInputDB is a new site to help you find Steam Input configurations for your gamepads
- > See more over 30 days here
Recently Updated
- Looking for Linux MMORPG sandbox players (Open Source–friendly …
- Strigi - steam overlay performance monitor - issues
- Jarmer - Proton/Wine Games Locking Up
- Caldathras - recently released super fun crpg - Sector Unknown
- Jarmer - Nacon under financial troubles... no new WRC game (?)
- Xpander - 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
At it's heart it's a twin stick survival/crafting game set on an asteroid filled with an ecosystem of bio-mechanical creatures. Command your helper drones, build a home base, and escape! Networked co-op play is planned. Developed on Linux, but will also run on basically anything that supports SDL and either GL3 or Vulkan.
Lately, I've been working on locking down how the map in the game works. Generating distance fields for rendering, extracting collision data from it, and modifying everything in real time. A fitting end to the weekend was getting a half-baked implementation of the laser drill working.
https://twitter.com/slembcke/status/1439832478143991809 <- Laser drill video!
The modicum of programmer art I have almost shows through the dynamic lighting, but I think it's starting to look pretty good anyway. :) I have more information (barerly hah!) on my blog if people are interested. https://slembcke.github.io/ProjectDrift
Last edited by slembcke on 20 Sep 2021 at 7:37 am UTC
Thanks for sharing and good luck the with the project!
On that note, I've been refocusing on putting together pieces to try and make the early gameplay viable. If anyone is interested in giving it a spin I'd love some feedback. :smile: Though be warned that this is a very early build and everything is still kinda half-baked. Everything is placeholder, no audio cues, and many missing visual cues. (a firm pat on the back if you can figure out the "cargo hatch" part of the tutorial without visuals for it :neutral:) Also of note, while I've been developing this on Linux, I've never looked into deploying Linux binaries... this might only run on recent Ubuntu-likes right now. Also of note: it does require SDL2 to be installed, and is basically unplayable without an SDL2 compatible gamepad.
https://files.slembcke.net/temp/project-drift-linux-10-22-2021.zip
Any feedback is welcome, though as I said basically everything is a placeholder. I only have AMD/Intel GPUs to test on which works fine in both GL3 and Vulkan. A Windows + Nvidia buddy of mine had crashes when using the Vulkan renderer, so I'd be interested to know if the `--vk` option works on Linux + Nvidia. It would be super helpful to get a stack trace or log if it happens. Getting that from Windows users is kinda fruitless. -_-
Worth [dropping a video](https://www.youtube.com/watch?v=dWcCm9nX_zQ) I suppose. :)
Last edited by slembcke on 2 Mar 2022 at 5:08 pm UTC