Skejeton has started doing the Advent of Code 2021 challenges in C3. Have a look at the repo here.
if the pixel is inside the texel then don't do the bilinear filter, if not then do it? That is exa…
Just finished watching this handmade chat about pixel art rendering. I still don't understand it. …
Just found this great blog yesterday.
I tried the trial version of file helper, here is some feedback. I don't know if the trial is up t…
Can someone teach me the quickest way to convert from HSV to RGB and vice-versa? All the values ar…
Here's a good example you can play around: The circle from your picture is the colorful vertical …
Thanks! Just the Hue value?
This article is mirrored on my blog. I recently released File Helper, a file organization applicat…
These color wheels use a different color space, like HSV. To do what you describe, you'd have to i…
I want to change from one color to another but in a color wheel. If you ever see a simple color pi…
Hello Any one have a customization for 4coder specified to Go? Like syntax highlighting , integrat…
You should really try to get working compiler that is able to produce debug symbols and using a de…
Thanks for replying. I have tried to call SetTraceLogLevel() with different log levels. The loggin…
When code crashes what is error message? Is it writing to invalid address, is it dereferencing nul…
I use Raylib version 3. Right now, I load 14 sounds in my game, but when playing sounds loaded aft…
I didn't knew about that, thanks.
If you have very complex vertex shader, then index buffer helps a lot, because GPU caches vertex s…
As far as I know (I'm not an expert) there are no advantages to using indices except for less memo…
Hello, im wondering if I should bother using a elementbuffer/indexbuffer for my sprite batch in my…
Hi, We have been working on many different variants of AOgmaNeo that support Unsupervised Behavior…
Thank you for your comment, mrmixer. I will try that. Hopefully soon..
You could use a macro that would expand to the constructor with the first parameter being the GUID…
During Handmade Hero days 539-541 Casey introduced INTERNAL_MEMORY_PARAM and INTERNAL_MEMORY_PASS …
further thoughts, comments and opinions about this question
I have noticed that it always crashes, when I try to load a file while loading another.
There is also _Generic which lets you decide the logic of picking the overload:
Thanks! Did not know that.
I don't think there exists anything for that. If you change name, you'll have different name. For …