Handmade Network»Feed
Patrick Lahey
This is a bit off topic for HMH, but I found this article interesting and thought others here mig…
»
siska
Oh ! Interesting ! Thank you both very much. I'll go watch Day2 now ... :)
»
David Owens II
siska * why did you not start the program with something like int main() { // }; (Why does it ha…
»
Mārtiņš Možeiko
Casey uses C++ not pure C. But he doesn't use all C++ features, just few useful ones - like opera…
»
siska
Hi, I'm not sure where to post this, but I'm hoping someone will move this to the right forum ..…
»
sinsizer
[quote=cmuratori]We're going to try to have a Raspberry Pi version at some point where it boots s…
»
Livet Ersomen Strøm
I use a different one, yes. I will look through my spam a 3rd, time, and if I dont find it, I wil…
»
Casey Muratori
Three things: 1) Definitely check your spam folder for "sendowl" to make sure it didn't get filt…
»
Casey Muratori
Hard to say without looking into it more, but keep in mind that there are many things that affect…
»
Casey Muratori
What the... I don't even... - Casey
»
Casey Muratori
Well, not to pre-brag, but when you see the instrumentation macros we do on Handmade Hero, these …
»
Livet Ersomen Strøm
"It's a surprise, then, that someone who has spent most of their career creating tools to help de…
»
floorislava
A sewer filled with rats wearing tiny little jackets. Casey, you need to advertise the podcast a…
»
Livet Ersomen Strøm
midnight_mero <3 I've definitely learned the majority of people like options. I do too I gues…
»
Abel
There is a really cool (and free) book about C programming called "Learn C The Hard Way", which y…
»
Martin Cohen
I have a text file opened (and available) at all times on all computers. I'm simply adding new no…
»
mfort
Thank you all for your answers, sometimes just knowing what others do is of great help when you'r…
»
Dejan
The PCG algorithm seems to be very good, "better" in a statistical sense than XorShift and Mersen…
»
Livet Ersomen Strøm
So is it the designer on the floor there, half scared, half ready? :D
»
Livet Ersomen Strøm
Can someone help me to explain what I just observed? The other day, I was running some code here…
»
Livet Ersomen Strøm
The way I understand it all the code we see now, or much of it is for illustrative purposes only.…
»
Frank Polster
If you are on the computer where you originally downloaded the source, maybe you'll find the "Sen…
»
Livet Ersomen Strøm
I dont know. But it's an important question. As I found out recently. I find that the material C…
»
Jari Komppa
You're supposed to have a mail, from "Handmade Hero <[email protected]>", with subject "(…
»
Livet Ersomen Strøm
I guess this is wrong place for this, but. I can't access the new sourcecode, cause I cannot fin…
»
Jari Komppa
For more on PRNGs, read this article: Random Number Generation - Chris Lomont (pdf) It also cont…
»
Jari Komppa
I've seen that game development has been moving towards higher and higher level languages as time…
»
Frank Polster
I think no one enjoys allocating memory and guessing how large a variable has to be. But people d…
»
Ruy Calderon
I've heard of the Marsenne Twister, but was unaware of the details, much less the existence of a …
»
Mārtiņš Možeiko
Yes, XorShift is pretty good PSRNG. It is very easy to implement it, takes little amount of code,…
»