We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Blake Martin
Maybe a quick hotfix is in order? I am trying to upgrade the vim stuff to 4.0.30, and I am comple…
»
braksten
i see. that's a bit like what i assumed. i still don't fully understand what exactly motion blur …
»
Simon Anciaux
I think the reason is that motion blur is the result of an object moving while you're trying to c…
»
Blake Martin
All the view functions crash when called from a procedure set as the open file hook. It might not…
»
Tucker Kolpin
I have the same issue. Doesn't seem to be the file creation specifically just that it's an empty …
»
braksten
Casey, on various posts in this forum, states that if not using a fixed time step then temporal e…
»
a.sallai
Not to derail this thread but feeling obliged to reply: your argument about cloud being a renaiss…
»
Chen
Nice catch! I went ahead and adjusted the requirements.
»
winnythefoo
I'm glad I posted here. All your replies have really given me some hope for my career. -- @dela…
»
Simon Anciaux
You can do async I/O with a Thread + regular I/O functions, or using a specific OS API. In either…
»
Simon Anciaux
On Windows 7 the program craches on startup because SetProcessDpiAwarnessContext is a Windows 10 …
»
Miles
My advice is to familiarize yourself with the C struct padding/alignment rules. They're easy to u…
»
braksten
Hi Guys, I just made the switch to 4Coder from Sublime Text. I'm using Casey's 4Coder config as a…
»
Mārtiņš Možeiko
Later in series he uses int less and less. So mostly Casey uses only sized int types. As for boo…
»
Chen
Demo! Hi guys, it’s an honor to have CRay be featured on the handmade network. The project is ac…
»
Marchin
So i'm following the series while coding along side with it (just finished episode 015) and one t…
»
»
Mārtiņš Možeiko
Inverse camera view matrix (camera space to world space transform).
»
spx
Unfortunately I will have to wait a few weeks to test on an ivy bridge CPU myself but 0.7.5 shoul…
»
spx
As promised this is a small build without the finished overlay changes for 0.8.0 which will requi…
»
Blu342
great answer. i certainly understand waaaay better, and I agree with the first part wholeheartedl…
»
Simon Anciaux
I think the question was about whose responsibility is it to manage threads. Is it the platform l…
»
gnflk
I'm assuming 1matrix4x4 project is the camera projection matrix. What is parameter 1matrix4x4 …
»
Philipp
Keeping a notebook is a good idea. I find that the act of writing something down in itself often …
»
Blu342
https://youtu.be/_4vnV2Eng7M?t=3802 In Day 11 Casey Answers a question about multi-threading: "w…
»
Simon Anciaux
1 2 3#include "stdio.h" /* Should be */ #include <stdio.h> Using < and > …
»
Mārtiņš Možeiko
Unless you plan to support any unicode symbol possible, the size of font texture does not really …
»
a.sallai
It was almost shocking how much your post resonated with me. I immediately registered just to wri…
»
Chen
Hey guys, sorry for the inactivity. I have been making steady progress on Monter over the past co…
»
»