Posts from 2025-03-25 with #programming

On this day: 1208 posts, 89 reposts, 2214 total likes.

Continuing to fix the animation system for my turn based #MOBA being built in #Unity. #Streaming #live #game dev and #programming: youtube.com/live/q7B32Us... or twitch.tv/bigman24x7

#indiegamedev | #twitch | #youtube | #gaming | #gamedev

Posted at: 2025-03-25 01:31:42 UTC
@fearlessgamedev.bsky.social avatar
@fearlessgamedev.bsky.social (Dean (FEAR//LESS Game Dev))

It's always easier to solve problems with procedural programming and then refactoring and extracting the working code out into reusable and easily testable chunks.

#gamedev #coding #programming

Posted at: 2025-03-25 12:33:54 UTC
@kinow.bsky.social avatar
@kinow.bsky.social (Bruno P. Kinoshita “kinow”)

“Simulating water over terrain” lisyarus.github.io/blog/posts/s... #gamedev #programming #fluiddynamics

Posted at: 2025-03-25 13:14:25 UTC

The new licensing model is presented as “straightforward with no royalty” #havok #gamedev #coding #programming #developers #gaming #tech #news #technology

Posted at: 2025-03-25 14:49:57 UTC
@programmingrainbow.bsky.social avatar
@programmingrainbow.bsky.social (Programming Rainbow)

Makefile - Conway's Game of Life - Part 6 - C and SDL2.

In this video we will talking about Makefiles. We will go through the Makefile for this project line by line to understand what it does.

#SDL2 #SDL #C #C11 #C99 #GameDev #Coding #Programming #GameOfLife #Makefile

youtu.be/4qTTNZbLcjw?...

Posted at: 2025-03-25 14:56:57 UTC
@breathing-retro.bsky.social avatar
@breathing-retro.bsky.social (Breathing Retro)

Are you looking for some interesting platform to code for? Did you know that there are #homebrew games for #Nokia3310?

Video with some examples: www.youtube.com/watch?v=APcU...

#nokia #arm #retrogaming #classicgaming #gamedev #coding #programming

More info in the thread below 1/4

Posted at: 2025-03-25 17:31:59 UTC
@jevinscherries.bsky.social avatar
@jevinscherries.bsky.social (JevinsCherriesGamedev)

Today we continue our project by using refactoring our melee trace subsystem to use an array rather than queue!

Unreal Engine 5 Game Development: Melee Trace Subsystem Refactor

www.twitch.tv/jevinscherri...

#gamedevelopment #UnrealEngine5 #programming #ue5 #gamedev #gamedesign

Posted at: 2025-03-25 17:39:58 UTC

Modern problems require modern solutions.
#meme #memes #programming #gamedev #funny #humor #relatable

Posted at: 2025-03-25 19:32:57 UTC
A programming meme containing the following code block:
try {
    //…
} catch(error) {
    fix = OpenAI.chat(‘Fix for: ‘, error.msg);
    console.log(fix);
}
Alt: A programming meme containing the following code block: try { //… } catch(error) { fix = OpenAI.chat(‘Fix for: ‘, error.msg); console.log(fix); }