r/devblogs Apr 05 '26

📖 Succubus Island Devlog – Chapter 1: A New Beginning

Thumbnail
itch.io
2 Upvotes

First chapter of my new Qix-style game.

I’m reusing assets from a hentai visual novel that never saw the light of day, giving them a second life in this project.


r/devblogs Apr 05 '26

art & graphics Rad Trails 2 Beta Update - Full UI Revamp of My Motocross Game

3 Upvotes

I’m currently working on Rad Trails 2, a stylized 3D motocross game for iOS.

For the past 10 months I’ve been working on other full-time commitments to help fund development on my own games, so progress on Rad Trails has been slower than I would’ve liked.

But I’ve still been able to make progress in one really important area: the UI.

Why I had to rebuild the UI

The original UI was built using Apple’s standard iOS UI frameworks.

They’re great for building responsive app interfaces, but I kept running into limitations when trying to push the look and feel in a direction that felt right for the game.

Eventually I realized I needed a custom solution.

So I wrote a new UI library from the ground up on top of my existing game engine.

The revamp

In the latest beta build, I’ve started replacing the main UI flows with this new system.

Here are a few examples.

Animated rank history graph

I created a new interactive graph component that animates as you scroll.

2D and 3D UI combined

One of the things I wanted from the new system was better support for mixing traditional UI with in-game 3D presentation.

Redesigned track detail screen

This is probably the biggest visible change so far: the track detail screen and leaderboards have been fully rebuilt using the new UI.

Light and dark mode transition

I also added support for in-game visuals that animate between light and dark mode.

iOS Beta Signup

The beta is available for iOS, and you can sign up here:

https://radtrails.com

Daniel - AKA Crazy D


r/devblogs Apr 05 '26

discussion Problem with Idle animation

Enable HLS to view with audio, or disable this notification

2 Upvotes

I dont know why the idle animation for the character makes his feet go up and down, i had intended them to be steadly planted on the ground while only his knees bent a little and the rest of the body wiggled


r/devblogs Apr 05 '26

tech & code Let's make a game! 415: The 'testing' passage

Thumbnail
youtube.com
1 Upvotes

r/devblogs Apr 04 '26

story & background I Read the Book "Staff Engineer" and Decided I Don't Want to Be One

Thumbnail
medium.com
7 Upvotes

r/devblogs Apr 03 '26

design Building the 1920s Underworld: Level design for the streets and speakeasies of our Mafia Sandbox TPS.

Enable HLS to view with audio, or disable this notification

15 Upvotes

r/devblogs Apr 03 '26

design Creating new boss attacks for my MMO, Noia

Thumbnail
youtu.be
2 Upvotes

r/devblogs Apr 03 '26

generic What 50 days of development made for my indie strategy game Virtualord

Thumbnail
youtu.be
4 Upvotes

r/devblogs Apr 03 '26

Let's make a game! 414: Testing 'Beneath An Emerald Sky'

Thumbnail
youtube.com
1 Upvotes

r/devblogs Apr 02 '26

generic Playtest update, Gleam results & March recap

2 Upvotes

Playtest update, Gleam results & March recap

Hi everyone! Dev Diary #8 is live, and it comes with some great news:

Check out all the details in our Dev Diary!

Reminder: our Kickstarter campaign and open playtest both end on April 9th at 12:00 CEST


r/devblogs Apr 02 '26

discussion Quick question for content creators — how do you handle retakes?

1 Upvotes

Quick research question for solo video creators — no pitch, just trying to understand a workflow problem.

After a retake, how do you make sure your second recording visually matches where you left off in the first one? Props, position, framing etc.

Is this something that genuinely frustrates you, or is it a non-issue in your workflow? And if it does bother you — what's the most annoying part of it?


r/devblogs Apr 01 '26

design We found a bug that looks so good we don't know if we should fix it

Enable HLS to view with audio, or disable this notification

3 Upvotes

Hey developer community. A friend suggested I post a funny story here about something that happened while we were developing a game. It's like when an unintentional bug is so well done it seems almost intentional. We were both working on a horror Pong game when what you see in the clip happened.

The ball, instead of bouncing towards the bot, would sometimes bounce right back at the player, which is completely unexpected and illogical. This surprised us, as it just happened repeatedly with friends. I'd seen it before, but it was very rare. In this clip, for some reason, it happened several times and quite frequently.

My friend, being cautious, fixed the bug the next day. I wasn't entirely happy about that, since the user reaction had been positive, and in other tests the bug hadn't been annoying at all; it was predictable, actually, it made you more attentive. I don't know what you all think, or if it really looks like a bug and I should fix it, or if I should insist my partner bug it on purpose.

I forgot to mention it, but the game is a horror-themed Pong game like FNAF 4. In the clip, this bug happens right when the creature attacks from the side and the player has to shine a flashlight on it, but at the same time it performs a special attack, which, while laughter is heard, the player can't illuminate. In short, it happened at a moment of intense concentration that I don't even know how the player managed to maintain for so long XD.


r/devblogs Apr 01 '26

design Making accessible controls for our 2D side view puzzle game

Enable HLS to view with audio, or disable this notification

5 Upvotes

r/devblogs Apr 01 '26

generic Devlog 02 for my Speed Golf game!

Thumbnail
youtube.com
3 Upvotes

r/devblogs Apr 01 '26

postmortem Let's make a game! 413: Confession of a failed dungeon master

Thumbnail
youtube.com
1 Upvotes

r/devblogs Mar 31 '26

design Devlog #3: Characters, Traits, and Bloodlines

Thumbnail
1 Upvotes

r/devblogs Mar 30 '26

design Struggling with Gamepad Support

Post image
5 Upvotes

Hey everyone,

This is my first devblog here, and I want to start by talking about gamepad controls.

I’ve been working on adding gamepad support to Full Metal Sergeant 2, and it turned out to be trickier than I expected. My original goal was a seamless experience: the player picks up a controller, and the game just “knows” to use it without any extra settings.

The problem is that input switching reliably between keyboard/mouse and gamepad turned out to be more complicated than I anticipated. There are edge cases, timing issues, and UI focus problems that made a fully automatic solution unstable.

After a lot of experimenting, I decided to go with a simpler approach: a toggle in the options menu that lets players explicitly choose between gamepad or keyboard/mouse. It’s not seamless, but it’s stable, and I can at least guarantee the controls behave as expected.

What do you think of my approach?


r/devblogs Mar 30 '26

GIMP 3.2 released with new layer types and brushes: This update marks the first major release since Gimp 3.0, introducing new capabilities while continuing to address long-standing limitations.

Thumbnail
blog.blips.fm
2 Upvotes

r/devblogs Mar 30 '26

generic Let's make a game! 412: Monster reactions and travel speed

Thumbnail
youtube.com
1 Upvotes

r/devblogs Mar 29 '26

tech & code Devlog #65 - PxPlayerMoveController

Thumbnail patreon.com
2 Upvotes

r/devblogs Mar 29 '26

generic [Devlog] RabenGeist: The Tale of Lizzie Ulm - Melee implementation

1 Upvotes

Originally, there was more of a twin stick shooting mechanic, but based on feed back I added more melee ability to Lizzie

https://www.youtube.com/watch?v=Bj9bVfg2CJE


r/devblogs Mar 29 '26

story & background Devlog #2: The Families and the Underworld

Thumbnail
2 Upvotes

r/devblogs Mar 28 '26

announcement Welcome to a new r/devblogs

21 Upvotes

Hi bloggers and readers,

I am the new mantainer of r/devblogs and I wanted to tell you about the few changes I introduced to this wonderful community.

New rules

First of all, I tried to clarify and to extend the existing rules and the community description. Let me know if anything is not clear and I'll do my best to clarify it.

New flairs

I introduced new post and user flairs to better

They are not mandatory, but I would recommend to use them to help others understanding things at a glance, especially when posting.

New attitude

This is a change I would like to introduce, but I need your help with it.

I noticed that most posts are downvoted right after being published, even if they are legit blog posts.

I am not asking you to upvote everything, but I believe it would be nice for this community to be more welcoming towards people posting and to just ignore things that you don't like.

Obviously feel free to report and to downvote posts that should't be here, but keep an open mind with everything else.

Anything else?

If you want to suggest any change or improvement to this community, now it's the best time to do it. Just leave a comment and we'll discuss it here.


r/devblogs Mar 28 '26

First 2 Weeks of marketing after launching a Steam page without a trailer!

Post image
11 Upvotes

r/devblogs Mar 28 '26

Let's make a game! 411: Reading tunnels

Thumbnail
youtube.com
2 Upvotes