Stefan —
I've listened to Casey explaining the reason for fixing the frame rate on this game.
I've played …
Stefan —
I'm translating the C code to Delphi and ran into a performance issue on a specific piece:
Origi…
I disable javascript
(Side note: topics like this are why we should definitely have an offtopic…
I am using AdBlock Plus (with Chrome).
https://adblockplus.org/
Lenny —
Was just wondering what others are using to block ads.
I find that the uBlock Firefox extension …
5sw owensd You cannot make that claim at all. What if function() created a thread that delayed ex…
Sven —
owensd You cannot make that claim at all. What if function() created a thread that delayed execut…
I think it's awesome home you are keeping the suspense about what the game itself will be in the …
DaleKim I would highly recommend using more items than 1000 if you want to check performance. 10…
I would assume there is no way it will take less than 2 years. There is no question that I am _a…
If I may, I think part of the problem here is that different people like to define OOP in differe…
Yes, since people seemed very concerned that scrolling was somehow harder or that they wouldn't l…
epsilon So for dungeons it makes sense to have your screen centered on a particular room. For the…
On the subject of GUIs, I happen to catch a bit of the pre-stream chat this week (it is very rare…
khahem —
Interesting, in your system, do you use the same shader for decoration and text ?
I'm working a …
Casey was discussing this exact point at some length in the day 60 stream (58:24), and my post wa…
I don't mean to be rude or offensive, but how's that relevant to the handmade hero code discussio…
This calculation depends heavily upon the idea that he's n-times faster when working alone(3-4 ti…
DSmith —
In the last couple of streams, Casey has mentioned something along the lines of 'we're in our sec…
I am currently working on a 2D GUI framework built directly on top of Direct3D 11 that uses Z-buf…
Strawmen aside, OOP is about two things, as has been mentioned above:
1. Encapsulation
2. Polymo…
owensd You're right, I wouldn't write a vector like that. But when you are taught OO, to "model t…
You're right, I wouldn't write a vector like that. But when you are taught OO, to "model the obje…
I agree, const is not hard to go around... it's not real meant for security, it's just meant to p…
what... this is just silly. You would never write a Vector2f like that, and waht does a virtual f…
Owen is right that const is mostly an annotation for you to expressing intent of 'Do not mess wit…
Yes, this is true.
VS2013 ships with xaudio2.h header and import library from Windows SDK 8. And…
owensd You cannot make that claim at all. What if function() created a thread that delayed execut…
@5sw,
OOP is really about the following things:
encapsulation
extensibility via inheritance…
You cannot make that claim at all. What if function() created a thread that delayed execution of …