Chen —
Hi guys, it’s an honor to have CRay be featured on the handmade network. The project is accepte…
So i'm following the series while coding along side with it (just finished episode 015) and one th…
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 should…
spx —
As promised this is a small build without the finished overlay changes for 0.8.0 which will requir…
Blu342 —
great answer. i certainly understand waaaay better, and I agree with the first part wholeheartedly…
I think the question was about whose responsibility is it to manage threads. Is it the platform la…
gnflk —
I'm assuming is the camera projection matrix. What is parameter ?
Keeping a notebook is a good idea. I find that the act of writing something down in itself often h…
Blu342 —
In Day 11 Casey Answers a question about multi-threading: "would you always orchestrate how you do…
Using < and > instead of " changes where the compiler is looking for the header. For system heade…
Unless you plan to support any unicode symbol possible, the size of font texture does not really m…
It was almost shocking how much your post resonated with me. I immediately registered just to writ…
Chen —
Hey guys, sorry for the inactivity. I have been making steady progress on Monter over the past cou…
Hey everyone, I've started up a tutorial series that attempts to follow the Handmade Hero series a…
I don't think you need to go back to college. However, I also agree with delacrank and tedbendixo…
Draos —
as for bitmap fonts, would it just be best to have the font be at a size that looks good at all my…
Yes, nearest-neighbor filter is your best choice if you want to preserve blocky pixel art look. Bu…
Your snippet with iostream and printf is kind of wrong. printf is in "stdio.h" (or "cstdio"), not …
Hey all, I wanted to start building Handmade Hero on my Mac but there weren't any videos starting …
Draos —
Hi Guys, So, I'm working on a Pixel Art game and I am just wondering when working with Bitmaps how…
Hey winnythefoo. Similar story here. I started out in native iOS app development, which is a littl…
Hi! I have found a consistent bug on my Windows 10 machine when running 4coder 4.0.30. Steps to re…
Mikkel —
You missed the goal; 'World Domination'
I'm like you, having some troubles applying math to solve actual problems and quickly forgetting w…
Hi, welcome to the community. I've got nothing on the subject, but I believe the site use a Python…
Blu342 —
by latency do you mean like if the write cursor and the play cursor are too far apart, then we may…
Yes. If game runs less than 60fps then this will obviously be an issue. But even if it runs at 60f…