Joshua —
They are pointing at the same thing, but if you change Row then they will no longer be pointing a…
It does not work, because Pixel++ assumes that next pixel to fill follows in memory directly after…
C_Worm —
but Pixel is pointing at whatever Row is pointing to, so modifying Row should also affect Pixel??
Joshua —
Line 34 (Row += Pitch;) modifies what Row is actually pointing to, so Pixel isn't pointing to the …
C_Worm —
Why can't we put the type cast out side the loop. int Pixel = (int)Row; I mean, why do we have to …
The following is only my point of view. After watching the video, it seems to me that what you're …
This reminds me of this small talk: Basically word has a single insertion buffer that gets manipu…
Since I want to allow not only arbitrarily many objects on a staff, but also arbitrarily many stav…
Hi, I'm a professional software developer and a graphics enthusiast. Earlier this year I left Smi…
Martin —
Hello! I am trying to make a renderer in Metal, but I have problem I cannot seem to solve, when re…
Thanks I will take a look. I was just wondering if it was possible at all but having some code to …
Here is some code for . It might not be exactly what you want but it should get you started. To hi…
First of all, I'm wondering if it's possible to make Ctrl-f search to highlight all matches of the…
Nice, we're literally getting somewere :) If you know an appropriate place near Centre Pompidou, t…
I'm pretty sure they say it is discouraged because it requires correctly passing arguments and han…
mcalis —
I came across this thread in search of a way to do the Windows equivalent of VirtualAlloc on mac. …
Fascinating. I guess I wasn't thinking as much about the iOS side since I have a more personal con…
Mobile is the primary space that I work in professionally (mostly iOS), and I find it all comes do…
Justin —
Hey guys, thanks for all the suggestions. So it seems the lock file solution from day 39, just bef…
ionut —
Cool. And thank you again for this series it's truly awesome.
It's been quite a journey everyone, but now we have reached the end! About two months ago, I sta…
Thanks for your comment! I'm glad you are liking it! For this project, I shipped the software rend…
Jason —
Okay awesome, thanks for the info
ionut —
Hello, I have just started with the first video and it looks very promising. Thank you for putting…
Hi all, I love the look of RemedyBG, but would like to know if it supported languages other than C…
I would LOVE to watch that as well! :)
There is nothing like that currently, and there won't be compile-time execution. However, there wi…
spx —
Hi Ryan, both the "Change Log" and the "Roadmap" pages are autogenerated content and thus the qua…
Jason —
I've been looking into odin the past few days and was wondering if it had the capability of compil…
I just retry until it succeeds. I also do the same thing when deleting files on windows. The api i…