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.
Mārtiņš Možeiko
Here is small USB stack written specially for Raspberry Pi: It can handle keyboard, mouse, gamepa…
»
Thomas Frase
I always wanted to see someone implement an USB stack from scratch. (Assuming HH will support joys…
»
Casey Muratori
Yes, or RPi (or RPi2) port will use nothing at all besides the "fixed" boot loader that is undocum…
»
Casey Muratori
Just a small note: when breaking into a running program, you must be careful to ensure that the di…
»
Casey Muratori
The primary utility of pointers comes more when you are operating on A. Large collections of thing…
»
Aliphim
Ok just looking at that, before running it, I'd guess the first printf prints 1 because you pass 1…
»
Mārtiņš Možeiko
Well once you assign value to ChangeMe/ChangeMe2, there are really no differences what you do. It'…
»
Benjamin Schnur
When I posted, it was happening every time I ran the program within about 30 seconds; for whatever…
»
Aliphim
Hello. I am very new to programming in general. I'm using the Handmade Hero videos on Youtube plus…
»
Mārtiņš Možeiko
That is very low-level function in Windows. What functions are in call stack? If it doesn't show c…
»
Marc Novakowski
Ah yes - now THAT would be cool!
»
Benjamin Schnur
I'm about halfway through Day 035, and I've run into the following: The program hangs after an ind…
»
Mārtiņš Možeiko
What do you mean with "pass an array to a pointer"? If you are asking how to assing array to point…
»
Mārtiņš Možeiko
Of course I was joking about HH for Win10 on RPi2. As for RPi port - I don't think that is same as…
»
Gavin Williams
In my XAudio code I have my buffer data, im trying to get my buffer data into the fillbuffer funct…
»
David Owens II
Windows has some good backwards compat for the Win32 API. That's been a blessing and a curse. Howe…
»
Gavin Williams
I'm writing XAudio2 code now (Day20) and I have a different experience on Windows 8.1. I had to us…
»
Marc Novakowski
Yeah Microsoft has said that Windows 10 for Pi will be VERY pared down (part of their Internet of …
»
Casey Muratori
Like a mimic, maybe? Casey
»
Casey Muratori
I find the STL to be: A. Too verbose, B. Difficult to debug when it goes wrong due to the excessiv…
»
Casey Muratori
We might actually quad-thread the code now that I know the Raspberry Pi will have at least four co…
»
Casey Muratori
You can mail me at if you'd like to do something like that. Mostly it depends on how close it is…
»
Casey Muratori
There's two reasons I use Windows on the stream, and I think I already explained them but I'll exp…
»
Matthias
still pretty minimalistic. :cheer: personally, i'd probably want something for physics and text-dr…
»
Thomas Frase
All of those mentioned by glaze plus for easy and opengl "compatible" vector/matrix math function…
»
Timo
stb_image.cstb_vorbis.cSDLOpenGL
»
Matthias
If you were making a game like Handmade Hero without the restriction of not using any libraries, w…
»
John Lorre
And yet each day I see you using Windows and Visual Studio on the stream. If you really wanted to …
»
John Lorre
I always understood Casey that the idea to port to Raspberry is to go as close to the hardware as …
»
jeringa
Wasn't there a DnD monster that did that?
»