Interesting question about accessing (read-only?) the forums and blogs of projects that were remov…
I forgot to address the question. Since I wrote the site to simply serve static content, we can d…
Good questions so let's have a crack at 'em. On this second bullet point you could maybe see ano…
Maybe you should try to make a simple game using "MVC" and then try to make the same game but with…
I am confused to... What is it you do on handmadedev.org that you cant do here?
Thanks for the news. I'm a bit confused: why isn't handmadedev.org a simple page on handmade.netwo…
Thanks for the support, Jeroen!
unfear —
However, the big difference I think, is, whats good in C, may not be good in PHP, and vice versa.…
My experience is that what is good in games, is good in other applications, and vice versa. I writ…
unfear —
Tks for the replies :) @Telash: All my experience with MVC comes from web developer with PHP, neve…
Hello Handmade Community! Did I say no later than July 4th? I meant no later than the day after s…
I kind of have to agree with pragmatic_hero. All time you spend on thinking about these things, an…
Oh, brother, you've got some unlearning to do. Can you explain how this ceremonial glue code reduc…
I have 3 structures like this: typedef struct { double x; double y; v2 velocity; texture_t image…
Thanks for the update, Ryan. Good luck on the new path.
The game I'm making has very much changed since I began making it; the art is different and theref…
Okay, this is issue has been haunting me for the last few days, and there is literally nothing on …
unfear —
A model with the data you want to expose through an interface (the View). The interface can be a …
unfear —
[/quote] Hi, I watched the first video, the Casey talk very cleary, 90% ot time I understand, but…
MVC and all the related MV* patterns IME boil down to the same thing: A model with the data you wa…
Thanks for the info! That does seem like a cleaner solution since I will almost certainly forget t…
Archive: (annotated) Guest: | Guest appearance: Setting: The Initiative began with and th…
There's no such GLSL layout qualifier that will match C layout exactly. There is std430 layout def…
Yes I have already had to deal with this, one of my other uniform blocks looks like }; [/code] d…
Here are few questions on MVC and answers from Casey on stream:
I did do this actually when I first noticed the inconsistent timings. I commented out the blit an…
unfear —
Hi, And about Model View Control on a game engine? Use MVC on entire project or only on the game l…
I left off mentioning my intentions for improving the help system, and early last month that was …