So, again, we'll cover this later in the series, so I won't go into too much detail here, but the …
What I understood was that, if the hardware processed the movement as a square and we process it a…
Burmi —
So if I understand correctly, only because I have one Function, the CPU will load all my objects i…
That article only shows example how to implement circle dead zone. It doesn't say what kind of dea…
Oh... OK, I got it. Thank you! owensd.
Hi Casey, thanks for your quick reply. I was just wondering because from my experience for most ga…
@FullOfCaffeine I just ended up going back to windows :P sold the macbook and brought me one of th…
I see from mmozeiko's first post there on how to use it. Using Lua & Löve2d for 2 years, then dra…
It depends on what you mean by "deadzone". It is a square if you mean "region where the stick doe…
The file I/O that's in there now is definitely not what we will use in the end because we will be …
still no dice, even if I remove that switch completely it doesn't get rid of the warning. Doesn't …
Oh, my bad - instead of removing "-EHa-" you need to change it to "-EHsc".
hmm. well getting rid of the -EHa- switch didn't help as far as fstream, got the same warning, mus…
This totally makes sense to me. It is not discussed later episodes.
You can not use C++ I/O classes (fstream) in Handmade project, because it disabled C++ exceptions …
Hi there, I just finished day 17 and was wondering about the dead zone for the stick. The way Case…
It's called a unity build. There are no other object files created that need to be linked together…
Hi, all! First, Sorry for my poor english. I just finish Day 11 of Handmade Hero. I really love th…
Does anyone know how to use Casey's File I/O, or tell me if it is even capable of what I'm trying …
Generally when you read keyboard input you can have two different approaches. In games you typical…
To be honest, almost word for word, my win32 is the same as Casey's, so you're actually almost rig…
Sorry for implying the copy-paste.I have no idea what the hell happened there, the pieces morphing …
At the limit you probably want to optimize for arrays and structs that are 16-byte friendly all th…
I think the problem is that the key is down, and every frame it looks at the controller and sees i…
Ah, yes, that pretty much discusses my problem very thoroughly. Although, it seems a bit iffy to m…
This was discussed a bit in thread. You might find the comments there useful.
In my own projects, I've been trying to write code where I request all the memory for my applicati…
There is one more level below Xlib. Newest versions of Xlib library use XCB to perform its work: …
Pete —
I am trying to find a good answer to what the native API is for doing GUI applications in linux. F…
Day 6, 42:30 - Casey starts coding the keyboard input. From what I remember, while you hold the ke…