cstpr —
What I mean is the ratio of the animation stays exactly the same even though the window is resize…
I'm late to the party here, but am in full agreement with Simon. That will help the new staff tac…
Appreciate the report,
We apologize for the lack of swift replies while we undergo a transition …
Those dll's come from Universal CRT Runtime: https://www.microsoft.com/en-us/download/details.asp…
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…
A few days ago Casey described his ideal graphics api as follows:
minimal number of calls, this…
Mór Todd
OOP blocks the crap out of my brain because I end up sitting overthinking solutions
I …
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…
For your final error just change the name to "get_view_range" the name "get_range" was becoming u…
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…
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…
I've been lurking here since... checks watch... 2015. A hectic life and other projects prevented …
the use of helps convey a sense of scale / distance and atmosphere (literally) in your game's re…
It's been too damn long, but I am finally getting back into a solid workflow, and I'm streaming r…
Thanks for the comment, khofez! I'm glad you liked the architecture, the post, and I'm glad you a…
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…
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…
nicoco
Notes for Allen:
The meta generators tends to add undefined garbage to the meta tables fr…
Yeah it says debug in the output of llc --version.
1
2
3
4
5
6
7
8
9LLVM (http://llvm.org/):
LL…
That's what was suggested on stackoverflow. I was hoping there was a more direct way to get a cop…
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…
Thanks! It's easy for me to add that to my prelude.
mingw by default will use snprintf from msvcrt.dll which does not support even c99. But if you ad…