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.
cstpr
What I mean is the ratio of the animation stays exactly the same even though the window is resize…
»
Abner Coimbre
I'm late to the party here, but am in full agreement with Simon. That will help the new staff tac…
»
Abner Coimbre
Appreciate the report, We apologize for the lack of swift replies while we undergo a transition …
»
Mārtiņš Možeiko
Those dll's come from Universal CRT Runtime: https://www.microsoft.com/en-us/download/details.asp…
»
Mārtiņš Možeiko
The screenshot your are showing is exactly how output should look like. What exactly do you think…
»
cstpr
Sorry if this post seems confusing. My English is not really good. I have just started the handm…
»
ratchetfreak
A few days ago Casey described his ideal graphics api as follows: minimal number of calls, this…
»
Mikael Johansson
Mór Todd OOP blocks the crap out of my brain because I end up sitting overthinking solutions I …
»
lucastakejame
Thanks Mrmixer and Serge for your responses. I'm a programmer too but I had only tried the execut…
»
Mór
Todd OOP blocks the crap out of my brain because I end up sitting overthinking solutions I call…
»
Allen Webster
For your final error just change the name to "get_view_range" the name "get_range" was becoming u…
»
Adin W-T
I can't build 4coder_casey.cpp which comes bundled in version 4.0.27. It throws a bunch of error…
»
nakst
Although I can't remember exactly when I started this project, it was approximately 11 months ago…
»
Allen Webster
I just checked it out and it looks like it works to me. Also... I'm not sure what you mean, when…
»
plb
Not sure if the blacklist works or not (it doesn't apply in my circumstances), but I noticed in t…
»
Joshua S Vaughan
I've been lurking here since... checks watch... 2015. A hectic life and other projects prevented …
»
d7samurai
the use of helps convey a sense of scale / distance and atmosphere (literally) in your game's re…
»
Jeremiah Goerdt
It's been too damn long, but I am finally getting back into a solid workflow, and I'm streaming r…
»
Ryan Fleury
Thanks for the comment, khofez! I'm glad you liked the architecture, the post, and I'm glad you a…
»
Ryan Fleury
It is without doubt that all software developers have always used abstractions, be it formatting …
»
Pooria
Thanks for all the info guys, for sure watching Handmade Hero has a lot of benefits anyways and I…
»
Merlyn Morgan-Graham
Todd list comprehensions and lambdas This is not OOP. This is functional programming (although …
»
Stef
Not to resurrect again, but thanks for this! Nice to see a handmade post as the first result in t…
»
Allen Webster
nicoco Notes for Allen: The meta generators tends to add undefined garbage to the meta tables fr…
»
Simon Anciaux
Yeah it says debug in the output of llc --version. 1 2 3 4 5 6 7 8 9LLVM (http://llvm.org/): LL…
»
Simon Anciaux
That's what was suggested on stackoverflow. I was hoping there was a more direct way to get a cop…
»
Blake Martin
Recently, I ran into a common problem faced on HMH. Sometimes you want a struct with some fields …
»
nj
Updated the custom layer to support 4coder 4.0.27, adding the steps that I needed for the upgrade…
»
Per Vognsen
Thanks! It's easy for me to add that to my prelude.
»
Mārtiņš Možeiko
mingw by default will use snprintf from msvcrt.dll which does not support even c99. But if you ad…
»