14 Followers
17 Following
50 Posts
Co-founder and programmer of GameLoom Studio
Webpagehttps://www.gameloomstudio.com/

@wolfpld @ocornut Ternary operator might not produce branchless code, but you can make it branchless often without it (a common trick when manually writing SIMD code).

https://gcc.godbolt.org/z/Pxa6nG6jo

Compiler Explorer - C++

int f1(int a, int b, int c) { if(a>2137) return a*b; else return c; } int f2(int a, int b, int c) { return a>2137 ? a*b : c; } int f3(int a, int b, int c) { int cnd = (a > 2137); int ab = a*b; return cnd * ab + !cnd * c; }

@lichess

I must say this news came as a shock to me.

Danya—Daniel Naroditsky—has kept me company many a nights through YT with well-structured high quality chess content. Always instructive, always interesting and always more coming!

Individual like Danya are rare. Although many of us have never got to see you in person, spoke to you, or even played against / with you — you are missed.

Aight, let's settle this once and for all...

#programming

set_file_path(string value)
0%
set_filepath(string value)
80%
set_path_of_file(string value)
20%
Poll ended at .
@Hempuli Smoothstep? Smootherstep? Smootheststep?

As income hunting is going reeeeeally slowly forward, I'm stuck here with little to do. What does a #indiedev do when there's nothing to do? Makes games!

Time for a small @weeksauce #indiegame!

Happy 10-year anniversary #HandmadeNetwork

Watch the Seattle talks on twitch here 👉 https://www.twitch.tv/videos/2306676590 👈

#programming

Handmade Seattle 2024 - Day 1 - abnercoimbre on Twitch

abnercoimbre went live on Twitch. Catch up on their Software and Game Development VOD now.

Twitch
Bug or drunk... IN SPACE!🤔🤔 🤔

#programming #indiedev #indiegame
Happy #Halloween !

A special shout-out to JustJP Plays (couldn't find him here on Mastodon), thanks for awesome vid and playing our #Halloween #indigame !

He managed to complete all levels... so maybe I need to make them harder 😼

Watch it here https://www.youtube.com/watch?v=DsHc7umek9w

Can We Beat this CUTE HALLOWEEN PUZZLE GAME? (Halloween Picket Maze)

YouTube
Steam で 15% オフ:Halloween Picket Maze

Halloween Picket Maze is a single player puzzle game. Night is long and ghosts are scary. Can you guide the cat all the way back home?