So I just stumbled onto ... It basically shows that go uses a trait bundle (which they call type …
you can check the textures end up in the right place/orientation using a debug texture with colore…
wooo, I haven't verified if the stars are really in the right positions, but I just spewed a ton o…
The syntax highlighter currently auto-detects the language inside the codeblock. However auto-dete…
Mattie —
Perhaps something simple like "The game must compile in under 2 seconds".
Yeah, constraints are great, and I agree they boost creativity! Just suggesting we make them opt-i…
aka if it's the x component and it is negative then the coordinates on the -x plane is (-y/x, -z/…
Said monthly update is now .
It's been doing that for over a decade. Webdev tends to follow this hype cycle: "Look at this ne…
For me, the most fun jams are the ones that have constraints. It breeds more creativity and becom…
I'm also not a musician in any way, but when I make jam games, I usually use . It's free and as fa…
Shazan —
I am not a expert in music so I was thinking is there any way for a programmer to make music. I wa…
Keeping the tools light isn't as much of a priority as making them robust and cross-platform. Maki…
I always found jams with few rules to be the most enjoyable ones. Where pretty much everything is …
Dear Handmade Reader, This is a significant month for the Handmade Dev team! It marks the end of t…
Todd —
New Handmade project - Anti-bot bot aka BotKiller.
Preaching to the choir - I'd say quire, but Eisbehr hasn't released it yet -, Abner. Dealing with…
It would be nice if the world was just nice enough to at least not have any spam bots. Out of all…
So much for my dastardly plan to let spam bots run amok the whole month… twirls his moustache
And to clarify, this month we're focused on the educational materials roadmap for HMN. We're also…
That's generally known as a . It's used to prevent other websites from tricking their users to PO…
It's been doing that for over a decade. Webdev tends to follow this hype cycle: "Look at this ne…
That's generally known as a . It's used to prevent other websites from tricking their users to PO…
Good catch... I wanted to show off how simple the run-time computation was and ended up making it…
graeme —
What to avoid in web development? [/quote] bootstrap makes it so you can make a decent looking we…
You can also use editbin.exe (from vsvarsall.bat commandline) that can switch between application …
Or just create cgi executable to produce dynamic pages.
"return A > B ? LOOKUP[A-B] + B : LOOKUP[B-A] + A;" This code will generate ugly branch. It's too …
What to avoid in web development? [/quote] web development :-P
There is no built in way, but the people have spoken so there will be a built in way in the next v…