Handmade Network»Feed
Dan
I'd actually love to see this
»
Chris
Haha... true. I thought people were starting to write code against it, but who knows? I was just …
»
Ruy Calderon
... are you sure? That's not my understanding of The Variable (as rudimentary as it is). I think …
»
Michael Mellinger
He answered the question in the Day 26 Q&A session; Dec 23rd. It's basically a joke. Jonath…
»
Dan
Sorry for the delay in this response! @mmozeiko I am using the "equal" initializer in the struct…
»
Erlend
I first tried programming in GWBasic when i was 9. I got a masters in 3d programming, but for the…
»
Mustafa Al-Attar
Hi there... My father got an MSX computer at home when I was at primary school. I saw a game cal…
»
Andre Bauland
%random% did the job thanks :) Thanks alot for the help! I did not want to watch some days with…
»
liquidvapour
Ummm... this also got me interested. However it is hard to track down a discussion about variable…
»
Chris
Exposing the truth of "The Variable" could result in some upset, especially given the time of yea…
»
Erlend
I made a node.js app that builds and run handmade hero on file changes. Source and instructions…
»
Simon
I appreciate the fact that it is a murky emergent concept, I however do not understand what conte…
»
Keith Nicholson
To quote Casey 'No one knows. It is a mystery' Personally I think there's more to the fact that …
»
Simon
Hi All! Does anyboday have any idea what Casey and Jonathan were talking about when they were ta…
»
Casey Muratori
Not sure I know the answer to this, really. I've never done "one hour a day" coding before, so t…
»
Dejan
Inspired by Casey mentioning his simple custom source control system, and the weird batch file sy…
»
Johan Öfverstedt
Casey (this is addressed to you as well as to anyone else who feels like chiming in), you have ta…
»
Neil Blakey-Milner
Before this weekend, I'd never done any low-level code in xcb! Does anything actually use Waylan…
»
ben
Yeah these things are very microarchitecture dependent. I believe the optimal way of doing memcpy…
»
Chris Hardy
I had this exact same problem, it's a bug in the old build.bat that was fixed in day 23 or 24. Yo…
»
Casey Muratori
We switched to using %random% on a later day, which may solve this problem... have you tried repl…
»
Dejan
The latest Intel recommendations (seems to agree with the numbers everyone has posted): "Beginni…
»
Andre Bauland
Even if I'm building with your build.bat file i get this. :( And if it's the case that some pdb …
»
Casey Muratori
Hmm... how are you even getting a PDB file that is just a number? Are you building from the comm…
»
Casey Muratori
We will probably move some of the playback functionality up a bit once we have more than one plat…
»
Andre Bauland
Hello everyone, I've followed this series on the youtubes and watched every video and coded my w…
»
Andrew Bromage
It's semantically equivalent, and that may help with understanding. This is an aside, but even a…
»
Andrew Bromage
If your stdlib is any good, then it probably selects an algorithm based on the size, the architec…
»
Chris
nxsy, that is really cool stuff. Have you ever done any similar low-level code for Wayland?
»
Tom Montgomery
Makes sense, especially if the game code runs similarly on each platform. Guess I'm just used to …
»