Apologies for the long delay since my previous post - I quit my job, and I've been focusing more o…
Pixel alignment on 32-bit boundaries (4 bytes) helps. Code usually has specialized and more effici…
Blu342 —
The section I'm talking about starts at 5:20 on Day 3. I don't see how this helps, considering RGB…
Hey everyone! After yesterday's 4coder Friday stream I was trying to come up with a list of things…
Virtual whitespace is controlled in 4coder.config, and in the custom code. If you've figured out …
Draos —
that cleared it up for me. thanks a lot man!
I also still have problems with letters that use AltGR. Maybe could help.
Because DC is not always from your memory. It can be loaded bitmap, which you can load with GDI fu…
How do I for example add support for golang, I know I can setup .go files to be recognized as code…
Draos —
I guess that makes sense, but then Windows has a StretchBlt function which basically does what Str…
You're right, I pasted the code without reading it through properly. I guess that in order to sto…
I would be pretty surprised if that would be faster than allocating memory yourself. But I would s…
Draos —
Hey guys, I'm on Episode 4 of Handmade Hero, and I was just wondering what Casey mentioned about h…
After reading this reply I found Simon Sathams article that uses the stack for keeping track of …
Stack support (yielding in a nested call) will require the entire call stack supporting the yield…
Regarding AltGr, the issue with not being able to type third-layer keys still persists for me. I …
Guntha —
Hello wilberton, thanks for your feedback :) Actually, yeah, there is no hard limit on the argumen…
If you don't have compiler or language support for coroutines you end up needing to implement a st…
This is just some free-wheeling thoughts. No concrete question in here (or there probably is, but …
Italo —
Interesting read. The videos illustrate the problem very well, and it seems like an easy mistake t…
Per (or Google Drive) was delaying uploads for a bit. Now it should be updated to latest.
Vee900 —
@mmozeiko The videos are stuck on day 35 for sometime now Help out please
Hey, this looks really cool. I definitely like the simplicity. Can you have script functions with …
If you just want to learn the math to do 3D, Math for Programmers and Chilli's series are great …
I've been using cdbg daily for a while now, and this update looks really nice! One small issue in …
You can type into console "ls keys" and that should print a list of all key bindings.
Yeah GUI is handmade :) I think run-to line was done in couple hours and did not require any speci…
plb —
I was wrong, the video is fine, and my project file had a typo -- you can disregard the OP.
Guntha —
Quick update: I found the time to add while(){} and do{}while() loops (it was actually a matter of…
Hi! The debugger looks great! I wanted to give it a try, but I don't see any up to date manual. I'…