you shouldn't have to increment a float per timer at all.
Instead use uint64 as a current time f…
I pretty much use same system as Casey. Integer/float for time left for event to be active.
I fe…
Hey guys,
So I've been working on my game for quite a while and there are many instances where w…
He had pretty good GDC talk where he showed bunch of stuff needed to achieve the results he talks…
Great link, thanks. I'm also interested with hands-on type of demonstration.
Not a video series, but still a ton of useful blog posts: https://gafferongames.com/
Mór Its a big download and my Internet connection isn't very fast
Here's a smaller video file, I…
Looking for a video series like Handmade Hero focused on building either a network based game or …
he uses 2 examples of math in graphics (matrix transforms and normal mapping) to show that black …
Mór —
mmozeiko Here you go: https://martins.ninja/temp/blackbox.mp4.
Thanks for putting it up.
Can so…
laments that a good talk he gave wasn't recorded then doesn't upload retry to youtube...
Documentation and improvements update
I finally finished the basic documentation, fixed some bug…
Got around to fixing this. I'll give the explanation in case anyone else hits this some day.
In …
Here you go:
- Twitch recorded stream: https://martins.ninja/temp/blackbox.mp4 (2.4GB)
- Reencode…
Yeah, on the 3rd Casey redelivered a lecture called 'How to Open a Black Box' originally given to…
Mevius —
I missed both stream last weekend.
I checked, there are two scheduled streams for Feb 3 and Feb 4…
Incidentally, there were four more out-of-order annotations (in days 020, 128, 184 and 187), all …
Cheers, Tim. It's fixed (and I've made a note to make Cinera verify the chronology of annotations).
Day 384 episode guide annotations are a little confused
https://hero.handmade.network/episode/cod…
Introduction
In this post I will give an overview of how I arrived at the current movement system…
If so, then what is exactly stored in RAM if not the actual data from the disk?
At the point of m…
Jason —
One of the optimizations used with memory mapping is that the data is not actually read from dis…
Memory mapping a file means that from the point of view of the program a region of memory contain…
When new process is started then special data structure is created by operating system which cont…
Jason —
So I've just got done with some of Casey's videos explaining some of the in's and out's of window…
Fine update:
I updated the documentations a lot, with tutorials, examples, faq and all that stuf…
This isn't a bug but a limitation of markdown's URL format. There are [a few ways around it][1], …
I will definitely look into QEMU.
I don't have a system performance issue (yet); my CPUs are pl…