Version 0.10 of miniaudio has been released with lots of changes. As always you can grab a copy ov…
Jason —
In many of the videos Casey repeatedly touches on his stack based memory allocation system. From w…
shyam —
Thank you. I'll check these out.
Is your controller XInput capable? A lot of older controllers are DirectInput only. That said, the…
shyam —
Hi, I tried this now. It returns an int and its value is 1167 which does stand for ERROR_DEVICE_N…
Ivan —
Thank you very much for assembling the library! It's really great to have such place for my own ed…
In addition to mmozeiko's comment, in later episodes Casey changes the code to try to load another…
What value it actually returns? Assign to local variable to see its value. Typical error code is E…
shyam —
condition always fails. In the watch window, I tried to see the value of XInputGetState but it sa…
Thanks for the suggestion. And sorry about the CSS; I have no idea what's going on there but on ou…
it might also be worth going through some of the old forum threads to find resources, for example …
These are the shenanigans you get when you generate HTML and then try to make excerpts by chopping…
Will do - I'll send you an email from seth at doercreator.com Yeah that would be ideal!
Awesome! To stoke the imagination, I've created a spreadsheet where people can put their location …
In an e-mail to close friends yesterday: However, that may not be enough. When the speakers, deve…
Yes! Thank you Ben and Spiney for an amazing resource!
This sounds amazing. I think my experience has generally been that in-person community interaction…
Hey everyone! The library promised in is now live. There are over 50 resources to kick things of…
The library is now live: You can post any feedback or issues you find here! There are a couple kn…
Currently having some more thoughts on this on the discord Handmade Network Meetup Channel:
It's been a few months since I was at Handmade Seattle - and a couple of realizations are starting…
You can read the blog post here:
Super exciting stuff, great projects all around!
Jason —
Ya, I suppose for this certain scenario there shouldn't be too much issue with just placing the C…
I would agree, that it gives you more visibility, but the only flexibility I can think of, is that…
In this example if you are using C++ class constructor, then I don't see why CleanUpAnimation coul…
Jason —
So after watching Jon Blow's programming language video from 2014 again as well as an refuting a …
Another bug related to code blocks, this time in the "View all posts on HMN" page: In the actual …
Thanks to you both. Here is what I ended up with: DWORD thread_main( void* thread_data ) { } uint…
with an atomic variable you can do then the main thread is only woken once.