Drexir —
"learn c the hard way" well doesn't teach you anything. If anything I'd say it will just end up co…
I'm jumping back into C, last time was I used C was in the 90's. I started with this website and…
A pillow, when things where there worst for me, I used pillows as the desks and arms rest.I use a l…
I like the two-day $80 version. I flew in from Reno, NV and stayed at a hotel anyways, so conside…
And 657 is not counting lines for vulkanexamplebase.cpp/hpp and vulkanswapchain.hpp files which ar…
In my readings I came across this great set of examples that use the LunarG SDK: Vulkan is VERY v…
Drexir —
Thank you! Didn't know about the %* for some reason i thought that was be like by default on. Gues…
No, you're about halfway there. The missing thing is passing the command line args through to you…
Manu —
Since there is no page for introductions, I figured "Game discussion" is better than "Code discuss…
Drexir —
Hello I never set it up the way Casey did because for some reason emacs was a bit much for me. How…
You can use spacemacs ( ), which is distribution of Emacs with vi emulation already integrated.
In theory, next week the entire stream will be me making a modal mode for 4coder that is the same …
There is something called "Evil Mode" in emacs. This is pretty much vi/vim commands for emacs. Vi/…
siska —
Unbelievable !!! You do not want to know how many hours I've spent trying to solve this bug :blus…
remove the semicolon from the #define line with it the second line gets expanded to: and after se…
siska —
Hi guys, Can you please tell me what I'm doing wrong here? This code is from where Casey is start…
elle —
I often have a lot of questions, but unfortunately have to sleep when the stream is live. Can you …
Salads —
I agree it IS very ugly... Also thanks! :)
You don't need your approach at all. Call to constructor and destructor will be generated automati…
It would look like this: You'll need to override also array new[] and delete[]. See here:
Why would you want something like that instead of global new/delete operators? Defining them doesn…
siska —
Oh ! OK ... Thanks for explaining !
Edit: Disregard this post I had messed up the DEBUG_BEGIN_DATA_BLOCK function/define. My copy(hand…
Why would you want that copy&paste? Imho that is very ugly. Better way would be to remove first st…
It's not quantum secure. They are using RSA.
Salads —
I thought of an easier way to bounds check the game_controller_input union in handmade.h The origi…
I'm fairly certain that's exactly what will happen. I guess one thing we will be able to say for…