We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Shazan
No what I mean is that instead of using com in windows for example how to create radio boxes , lis…
»
ratchetfreak
That's kind of impossible. You need to talk to the platform when doing stuff from scratch.
»
Shazan
It is odd to reply to an old thread but why not. I was wondering is there any references like book…
»
Shazan
I haven't watched all handmade hero episodes. So i was thinking will my laptop support handmadeher…
»
Igor
Hi everyone, I managed to finish first 25 days of Handmade Hero (writing the platform layer) in DL…
»
Mārtiņš Možeiko
If you are running Windows then you cannot use mesa3d. Well for hardware accelerated rendering at …
»
Shazan
I'm using Windows. The cpu spec: Intel® Pentium® Processor B970 Here's the opengl extensions vie…
»
Mārtiņš Možeiko
And what GPU do you have in the laptop? If it is Intel, then mesa supports GL up to v4.5 since 17.…
»
Shazan
I have a laptop which support opengl 3.1 . But i need opengl 3.3 .I think its possible using mesa …
»
Ray
Thanks to you for your words! :D
»
erpeo93
Oh, and he too.[/quote] Man, I've read that book, it's just gold. I'm totally going for a utilit…
»
erpeo93
}; void evaluate( Entity* e ) { } [/code][/quote] Yes, it could work also that way. But I think …
»
Mārtiņš Možeiko
Are you saying this doesn't work: [/code] But this works: [/code]?? I'm pretty this is not the i…
»
Huntress77
I was going through the beginning of Day 62 and was baffled as to why my Sword.High entity was ret…
»
orin tresnjak
Whoohoo, first blog post... So! Almost at the exact same time as this project was approved by Hand…
»
Jeremiah Goerdt
It sounds like your going for a utility-based AI system. There are some great talks and articles a…
»
Jeremiah Goerdt
That's a big list of changes. Well done
»
Simon Anciaux
I was more thinking of not having function pointers at all. }; void evaluate( Entity* e ) { } [/c…
»
the_calling
Many thanks for sharing :)
»
Ray
After almost six months of hard work, new raylib version is ready! Some highlights of this new ver…
»
Thomas Kingsvik
4coder seems like the best thing going for getting tools to work the same across platforms and al…
»
erpeo93
The difference to me at this point seems like the difference between 100 action evaluation functi…
»
erpeo93
Yes, it seems to me that for now the best thing to do is to stay simple and go with the switch. On…
»
r2d2
Yes, you were right about the initialisation. Zeroing game_input on startup was correct choice of …
»
Dan Zaidan
I'll definitely will keep that in mind. It's awesome that mmozeiko shared his WASAPI implementatio…
»
Simon Anciaux
The next step would be to make sure that you initialize the game_controller_input to zero on start…
»
Daniel Bross
This is great news. Using 4coder for the last month or two has been a breath of fresh for product…
»
r2d2
Thanks for the ideas. Yes, I've spent some time in the debugger. If the work queue variable defini…
»
Simon Anciaux
The method I explained is a way I used and that was working for me on a small project. Please don'…
»
graeme
The loop is best inverted yeah. But I agree with ratchetfreak--it probably won't matter. If that c…
»