Adam__'s Avatar

Adam__

@adam-lundrigan

Indie Game Developer 80% of the time it works every time.

186
Followers
409
Following
94
Posts
06.12.2023
Joined
Posts Following

Latest posts by Adam__ @adam-lundrigan

09.03.2026 19:09 πŸ‘ 7073 πŸ” 2253 πŸ’¬ 15 πŸ“Œ 5

Knowing the overlap of homeschooled Christian kids and Sonic fans surely someone has already recognized John the Baptist is named like a Sonic character

09.03.2026 22:55 πŸ‘ 14 πŸ” 7 πŸ’¬ 2 πŸ“Œ 0
Post image Post image Post image Post image

I built a procedural medieval island map generator using Wave Function Collapse on hex grids. 4,100 cells, 900 possible states per cell, 60fps on mobile. Wrote up the whole process with lessons learned. Links below πŸ‘‡ #threejs #webgpu

09.03.2026 15:18 πŸ‘ 252 πŸ” 57 πŸ’¬ 14 πŸ“Œ 5
Post image
09.03.2026 07:44 πŸ‘ 278 πŸ” 57 πŸ’¬ 4 πŸ“Œ 6
Post image

"The Art of Cyberpunk: Edgerunners" is coming this month (318-page artbook).
International pre-orders >> www.catsuka.com/shopping/ind...

09.03.2026 01:53 πŸ‘ 953 πŸ” 179 πŸ’¬ 5 πŸ“Œ 9
Video thumbnail
18.02.2026 17:27 πŸ‘ 300 πŸ” 63 πŸ’¬ 5 πŸ“Œ 5
Preview
How I built Fluxer, a Discord-like chat app Fluxer is a free and open source instant messaging and VoIP platform built for friends, groups, and communities.

Really liking the person behind @fluxer.app. This write up is quite nice to see, and I can see a good path forward for Fluxer as the preferred (not just viable) alternative to Discord for a lot of what I want out of a platform.

blog.fluxer.app/how-i-built-...

22.02.2026 17:28 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Even though it broke my computer not two weeks ago, I can't work on anything other than Nixos. It's just so easy (once you're used to it). Flakes alone are just stupidly simple for dev environments, but an immutable declarative system configuration is just *chefs kiss*

17.02.2026 21:20 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Bluesky Map Interactive map of 3.4 million Bluesky users, visualised by their follower pattern.

I made a map of 3.4 million Bluesky users - see if you can find yourself!

bluesky-map.theo.io

I've seen some similar projects, but IMO this seems to better capture some of the fine-grained detail

08.02.2026 22:59 πŸ‘ 7209 πŸ” 2164 πŸ’¬ 658 πŸ“Œ 4578
A screenshot of Heat Retreat's Makefile, full text exceeds character limits but the key sections contain:

linux:
	@echo "Building Linux executable..."
	@mkdir -p ./target/release
	@if command -v podman >/dev/null 2>&1; then \
		podman pull quay.io/cws/steam-linux-builder:latest; \
		podman run -v .:/src:z -v ./target/release:/output:z -t quay.io/cws/steam-linux-builder:latest release; \
	else \
		$(CARGO) build --release; \
	fi
	@echo "βœ“ Linux executable built"

win:
	@echo "Building Windows executable..."
	@$(CARGO) build --target=x86_64-pc-windows-msvc --release
	@echo "βœ“ Windows executable built"

mac:
	@echo "Building macOS universal binary..."
	@CC=o64-clang CXX=o64-clang++ LIBZ_SYS_STATIC=1 $(CARGO) build --target=aarch64-apple-darwin --release
	@CC=o64-clang CXX=o64-clang++ LIBZ_SYS_STATIC=1 $(CARGO) build --target=x86_64-apple-darwin --release
	@echo "βœ“ macOS executables built"

A screenshot of Heat Retreat's Makefile, full text exceeds character limits but the key sections contain: linux: @echo "Building Linux executable..." @mkdir -p ./target/release @if command -v podman >/dev/null 2>&1; then \ podman pull quay.io/cws/steam-linux-builder:latest; \ podman run -v .:/src:z -v ./target/release:/output:z -t quay.io/cws/steam-linux-builder:latest release; \ else \ $(CARGO) build --release; \ fi @echo "βœ“ Linux executable built" win: @echo "Building Windows executable..." @$(CARGO) build --target=x86_64-pc-windows-msvc --release @echo "βœ“ Windows executable built" mac: @echo "Building macOS universal binary..." @CC=o64-clang CXX=o64-clang++ LIBZ_SYS_STATIC=1 $(CARGO) build --target=aarch64-apple-darwin --release @CC=o64-clang CXX=o64-clang++ LIBZ_SYS_STATIC=1 $(CARGO) build --target=x86_64-apple-darwin --release @echo "βœ“ macOS executables built"

For any #gamedev out there - especially the ones that say Linux is too hard - here's how easy it can be to support Linux, MacOS and Win when you plan ahead: a section of Heat Retreat's Makefile (for #bevy and #rustlang here)

To make a release build, I run 1 command and it's done 😎

06.02.2026 18:52 πŸ‘ 11 πŸ” 2 πŸ’¬ 4 πŸ“Œ 0
Preview
Add Events book page content by Based-A Β· Pull Request #2354 Β· bevyengine/bevy-website With the Event rework in 0.17, I thought I'd try and take a stab at filling out a book page for Events. I pretty much just followed the 0.17 release post features, along with double checking th...

Wooo, first PR accepted that I actually wrote myself! Now onto finishing out the chapter and then helping get the rest of the #Bevy book released

github.com/bevyengine/b...

05.02.2026 20:40 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

whenever my Rust won't compile, I imagine a tiny Crash Bandicoot in the computer spinning around and destroying the crates

31.01.2026 04:34 πŸ‘ 30 πŸ” 1 πŸ’¬ 2 πŸ“Œ 0
Preview
Bazzite announces Open Gaming Collective This new collaborative organization brings together ChimeraOS, Nobara, Playtron, ASUS, and more to streamline the work of creating amazing Linux gaming distros.

Bazzite announces Open Gaming Collective

This new collaborative organization brings together ChimeraOS, Nobara, Playtron, ASUS, and more to streamline the w...

#LinuxGaming #Bazzite #RetroGaming #videogames #Linux #FreeSoftware #playtron #nobara #chimeraos

gardinerbryant.com/bazzite-anno...

28.01.2026 23:25 πŸ‘ 69 πŸ” 15 πŸ’¬ 1 πŸ“Œ 0
A crow kicks a small ball of snow. They then start rolling it into a larger ball while saying "trust the process...". They kick more snow into a pile and stick a branch in repeating "trust the process" to itself. They place small stones. They say "Phew!" and stand back to look at its creation, which we see now is a mess of a project that looks somewhat like a melted bird. The final panel the crow says "haha it's terrible".

A crow kicks a small ball of snow. They then start rolling it into a larger ball while saying "trust the process...". They kick more snow into a pile and stick a branch in repeating "trust the process" to itself. They place small stones. They say "Phew!" and stand back to look at its creation, which we see now is a mess of a project that looks somewhat like a melted bird. The final panel the crow says "haha it's terrible".

Finished is better than terrible #oldknees

23.01.2026 16:06 πŸ‘ 8466 πŸ” 2012 πŸ’¬ 25 πŸ“Œ 42
Preview
Bevy 0.18 Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!

Bevy 0.18 is out now!

It features Atmosphere Occlusion and PBR Shading, Generalized Atmospheric Scattering Media, Solari features, PBR Fixes, Font Variations, Automatic Directional Navigation, Fullscreen Materials, Cargo Feature Collections, Camera Controllers, and more!

bevy.org/news/bevy-0-...

13.01.2026 21:41 πŸ‘ 182 πŸ” 72 πŸ’¬ 2 πŸ“Œ 3

Just had my first contribution to an open source project merged into main! Even though it was just documentation I'm still incredibly happy!

11.01.2026 19:44 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Valve amended the Steam survey for December 2025 - Linux actually hit another all-time high Initially Valve's Steam Hardware & Software Survey for December 2025 showed Linux at 3.19%, but they appeared to have amended it with a nice boost for Linux.

Valve amended the Steam survey for December 2025 - Linux actually hit another all-time high
#Steam #Linux #SteamOS #SteamDeck

06.01.2026 13:47 πŸ‘ 129 πŸ” 23 πŸ’¬ 6 πŸ“Œ 3
Post image

2026 beginning of the year cleaning up files on my PC and found this one a friend send me when working on some code.

Every developer can relate.

#solodev #indiedev #development

05.01.2026 06:22 πŸ‘ 1938 πŸ” 381 πŸ’¬ 40 πŸ“Œ 21

Hey game devs - don’t forget to add your Bluesky link to your Steam pages.

03.01.2026 11:47 πŸ‘ 161 πŸ” 31 πŸ’¬ 0 πŸ“Œ 1
Post image

UPDATE: Boil water advisory in place for communities around NW Calgary water main break, stage 4 water restrictions in place. #yyc #calgary

buff.ly/w8uoWxE

31.12.2025 14:25 πŸ‘ 14 πŸ” 8 πŸ’¬ 1 πŸ“Œ 1

Some of you might know this story, but someone requested it as a reply to this thread, so I'll do that.

What you should know about me is that I've always had trouble with airport security, especially in the United States. I have 7 very Arabic names, and I travel a lot around the entire planet.

30.12.2025 01:20 πŸ‘ 510 πŸ” 107 πŸ’¬ 4 πŸ“Œ 6
Post image

my favorite meme for this time of the year

28.12.2025 22:14 πŸ‘ 5405 πŸ” 1855 πŸ’¬ 25 πŸ“Œ 45
Video thumbnail

another robot highlight for 2025: man wearing humanoid mocap suit kicks himself in the balls

27.12.2025 17:27 πŸ‘ 47045 πŸ” 14487 πŸ’¬ 953 πŸ“Œ 3137
One Formula That Demystifies 3D Graphics
One Formula That Demystifies 3D Graphics YouTube video by Tsoding

It's (relatively) small, bite sized content like this that can do so much for both understanding concepts and sparking new interests.
www.youtube.com/watch?v=qjWk...

#Graphics #3DGraphics

26.12.2025 21:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This is absolutely sick, massive props!

23.12.2025 22:14 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
I Made an Entire Destiny Raid (in Halo)
I Made an Entire Destiny Raid (in Halo) YouTube video by MadmanEpic

So I made an entire Destiny raid in Halo Infinite. Full length. I am not kidding.
youtu.be/YK4xYqJGA8A

23.12.2025 17:19 πŸ‘ 51 πŸ” 23 πŸ’¬ 5 πŸ“Œ 2

As sex, perversion, queerness, and bodily autonomy become the proxy war of American fascism, the only thing left is crass, lurid innuendo. F@gg0try and sex work are criminalized, yet the internet is drowning in jiggle physics and deepfakes. This is disgraceful and cowardly

24.07.2025 12:53 πŸ‘ 214 πŸ” 32 πŸ’¬ 1 πŸ“Œ 1

Microsoft Windows, ew

22.12.2025 00:26 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Chainsaw Man Manga's 'Assassins Arc' Gets Anime Adaptation New anime's teaser visual, video revealed

Chainsaw Man fans rejoice! The "Assassins Arc" is getting an anime adaptation!

21.12.2025 08:09 πŸ‘ 97 πŸ” 44 πŸ’¬ 0 πŸ“Œ 11

If this doesn't bring a smile to your face, I don't know what will. It's incredibly refreshing to see a politician acting human for once.

21.12.2025 00:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0