We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
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,…
»
Ruy Calderon
I've actually been interested in the topic of random number generators ever since we started talk…
»
Frank Polster
cmuratori HTML/CSS/JavaScript is a lost cause. [...] Too bad our whole world is built on this tec…
»
Roderic Bos
Thanks for clearifying, I thought already that it wasn't the most performant code. But just remem…
»
Mārtiņš Možeiko
You definitely want to do shift instead of division by 255. Division by non power of two compile …
»
Roderic Bos
What I did was this: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2…
»
KRB
... oh bugger, now I have to add them! ... later :P
»
Mike Oldham
My OSX port in debug mode runs right around 53% CPU with day 39 code.
»
Andrew Bromage
I notice that Casey is not wearing his Gauntlets of Power.
»
Zachary
I don't know if he's mentioned it on stream, but there's a nice Q&A on Gamasutra with Casey. …
»
scot rice
Hey, I've worked on my own game a couple of times, and one of the main questions i have asked my…
»
KRB
This is what I think its like every time Casey codes: he beats the game into submission! (sorry, …
»
Karl Kirch
Yeah, I wasn't super concerned about the usage, just wanted to see where things stood for people.
»
Christopher
Hey! Just tried it out! great work! (I've been using this as a rough guide for some linux things …
»
Neil Blakey-Milner
Now up to date with Day 38.
»
Casey Muratori
I haven't looked at this at all but that doesn't sound high to me. The bitmap drawing code is ve…
»
Neil Blakey-Milner
My Linux port using xcb has the following behaviour: Debug build: ~40% CPU - xcb_handmade Opt b…
»
Karl Kirch
So I've got day 38 loaded up in my swift platform layer and I'm seeing about 70% cpu usage when r…
»
Karl Kirch
Another update: Day 38 support with bmp loading included (thanks to itfrombit for finding a solut…
»
Karl Kirch
I assume that you're doing this on the desktop, so the answer is yes you certainly can create a p…
»
Karl Kirch
That does indeed work. Just added it to my dylib custom compile flags in case anyone was wonderin…
»