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.
Mārtiņš Možeiko
Are you saying this doesn't work: 1 2 3 4 5 6 7 8 9 10 11 12 high_entity *EntityHigh …
»
Huntress77
I was going through the beginning of Day 62 and was baffled as to why my Sword.High entity was re…
»
orin tresnjak
Whoohoo, first blog post... So! Almost at the exact same time as this project was approved by Ha…
»
Jeremiah Goerdt
It sounds like your going for a utility-based AI system. There are some great talks and articles …
»
Jeremiah Goerdt
That's a big list of changes. Well done
»
Simon Anciaux
I was more thinking of not having function pointers at all. 1 2 3 4 5 6 7 8 9 10 11 12 …
»
the_calling
Many thanks for sharing :)
»
Ray
After almost six months of hard work, new raylib version is ready! Some highlights of this new …
»
Thomas Kingsvik
CaptainKraft I think that the openness and customizability will be used by people using 4coder wh…
»
erpeo93
graeme The loop is best inverted yeah. But I agree with ratchetfreak--it probably won't matter. I…
»
erpeo93
Yes, it seems to me that for now the best thing to do is to stay simple and go with the switch. …
»
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 implementati…
»
Simon Anciaux
The next step would be to make sure that you initialize the game_controller_input to zero on star…
»
Daniel Bross
This is great news. Using 4coder for the last month or two has been a breath of fresh for produc…
»
r2d2
Thanks for the ideas. Yes, I've spent some time in the debugger. If the work queue variable defin…
»
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 …
»
ratchetfreak
that change from 216 to 96 cycles may seem significant may seem significant but it's only part of…
»
Dan Zaidan
Thinking about the write/play cursor relation as write cursor - play cursor = sound latency is re…
»
Simon Anciaux
Last year I worked on a card game (like Hearthstone) for a few month, and each card had a special…
»
Simon Anciaux
The problem is that you're not supposed to write in the buffer between the play cursor and the wr…
»
Timothy Wright
Why did you want to remove SDL and the crt?
»
Simon Anciaux
I don't have much experience with that. But you can try a few things: - Leave the complete multi-…
»
erpeo93
No, I absolutely don't need them to be dynamic... I just want to define one time how the "attack …
»
Mārtiņš Možeiko
Do you really need to change those formulas at runtime? Do they need to be so dynamic? Why not si…
»
erpeo93
Hi all, I'm currently developing a (very rudimentary) artificial intelligence for my game, and …
»
Mārtiņš Možeiko
Yes, super sampling is a valid way to do antialiasing. But as you already mentioned - it will be …
»
jeringa
Wouldn't "super sampling" be an alternative to multi sampling? If you render to 2xWidth, 2xHieght…
»
Dan Zaidan
Hi everyone! I know I'm a few years late, and Casey probably already discussed it again down the…
»