Many thanks for sharing :)
Ray —
After almost six months of hard work, new raylib version is ready!
Some highlights of this new …
CaptainKraft I think that the openness and customizability will be used by people using 4coder wh…
graeme The loop is best inverted yeah. But I agree with ratchetfreak--it probably won't matter. I…
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…
I'll definitely will keep that in mind.
It's awesome that mmozeiko shared his WASAPI implementati…
The next step would be to make sure that you initialize the game_controller_input to zero on star…
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…
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 …
that change from 216 to 96 cycles may seem significant may seem significant but it's only part of…
Thinking about the write/play cursor relation as write cursor - play cursor = sound latency is re…
Last year I worked on a card game (like Hearthstone) for a few month, and each card had a special…
The problem is that you're not supposed to write in the buffer between the play cursor and the wr…
Why did you want to remove SDL and the crt?
I don't have much experience with that. But you can try a few things:
- Leave the complete multi-…
No, I absolutely don't need them to be dynamic... I just want to define one time how the "attack …
Do you really need to change those formulas at runtime? Do they need to be so dynamic?
Why not si…
Hi all,
I'm currently developing a (very rudimentary) artificial intelligence for my game, and …
Yes, super sampling is a valid way to do antialiasing. But as you already mentioned - it will be …
Wouldn't "super sampling" be an alternative to multi sampling?
If you render to 2xWidth, 2xHieght…
Hi everyone!
I know I'm a few years late, and Casey probably already discussed it again down the…
Miblo Welcome to Phase 3 of The Casey Effect.
Shhh, you'll give away my marketing secrets.
brothir Mixed bag imo. New languages will take quite a while to actually become relevant, and C/C…
S —
Oswald_Hurlem Sharlock93 Thanks, I have been around the english language for 10+ years, mainly be…
S —
the_calling Many thanks for sharing
glad you enjoyed it.
Sharlock93 Thanks, I have been around the english language for 10+ years, mainly because I was in…
Additionally to backups (which should be your last resort) do following:
1) always install lates…