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.
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…
»
»
Ted Bendixson
Hey everyone, I've started up a tutorial series that attempts to follow the Handmade Hero series…
»
Abner Coimbre
winnythefooMy trouble is I'm still at a loss for professional direction. Despite how it's more ap…
»
Draos
as for bitmap fonts, would it just be best to have the font be at a size that looks good at all m…
»
Mārtiņš Možeiko
Yes, nearest-neighbor filter is your best choice if you want to preserve blocky pixel art look. …
»
Mārtiņš Možeiko
Your snippet with iostream and printf is kind of wrong. printf is in "stdio.h" (or "cstdio"), not…
»
Ted Bendixson
Hey all, I wanted to start building Handmade Hero on my Mac but there weren't any videos startin…
»
Draos
Hi Guys, So, I'm working on a Pixel Art game and I am just wondering when working with Bitmaps h…
»
Ted Bendixson
Hey winnythefoo. Similar story here. I started out in native iOS app development, which is a litt…
»
Thebigfox
Hi! I have found a consistent bug on my Windows 10 machine when running 4coder 4.0.30. Steps to …
»
Mikkel
You missed the goal; 'World Domination'
»
Simon Anciaux
I'm like you, having some troubles applying math to solve actual problems and quickly forgetting …
»
Simon Anciaux
Hi, welcome to the community. I've got nothing on the subject, but I believe the site use a Pytho…
»
Blu342
by latency do you mean like if the write cursor and the play cursor are too far apart, then we ma…
»
Mārtiņš Možeiko
Yes. If game runs less than 60fps then this will obviously be an issue. But even if it runs at 60…
»