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…
Handmade Folks,
The glitter of a new year should become steadfast determination to make the best…
Maybe small offtopic - if you are running on Linux host, I suggest trying out QEMU. I find it mor…
I've installed all of the necessary extensions and additions; the gamepad does show up as a ready…
goto_prev_error is not bound in Casey's config, but you can bind it yourself.
I think rectangle …
I don't know much about virtual machine but sometimes you need to install guest or host extension…
Zenn —
In Casey's mod of 4Coder modal_n (esc n) does a jump to next error. But how do you do a jump to p…
nj —
Your problem probably is that you don't have full path on errors, try adding -FC to the compiler …