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.
»
longtran2904
Can someone teach me the quickest way to convert from HSV to RGB and vice-versa? All the values ar…
»
Mārtiņš Možeiko
Here's a good example you can play around: The circle from your picture is the colorful vertical …
»
longtran2904
Thanks! Just the Hue value?
»
Macoy Madson
This article is mirrored on my blog. I recently released File Helper, a file organization applicat…
»
Marc Costa
These color wheels use a different color space, like HSV. To do what you describe, you'd have to i…
»
longtran2904
I want to change from one color to another but in a color wheel. If you ever see a simple color pi…
»
gopherkh
Hello Any one have a customization for 4coder specified to Go? Like syntax highlighting , integrat…
»
Mārtiņš Možeiko
You should really try to get working compiler that is able to produce debug symbols and using a de…
»
Benjamin Pedersen
Thanks for replying. I have tried to call SetTraceLogLevel() with different log levels. The loggin…
»
Mārtiņš Možeiko
When code crashes what is error message? Is it writing to invalid address, is it dereferencing nul…
»
Benjamin Pedersen
I use Raylib version 3. Right now, I load 14 sounds in my game, but when playing sounds loaded aft…
»
Simon Anciaux
I didn't knew about that, thanks.
»
Mārtiņš Možeiko
If you have very complex vertex shader, then index buffer helps a lot, because GPU caches vertex s…
»
Simon Anciaux
As far as I know (I'm not an expert) there are no advantages to using indices except for less memo…
»
C_Worm
Hello, im wondering if I should bother using a elementbuffer/indexbuffer for my sprite batch in my…
»
CireNeikual
Hi, We have been working on many different variants of AOgmaNeo that support Unsupervised Behavior…
»
shusky
Thank you for your comment, mrmixer. I will try that. Hopefully soon..
»
Simon Anciaux
You could use a macro that would expand to the constructor with the first parameter being the GUID…
»
shusky
During Handmade Hero days 539-541 Casey introduced INTERNAL_MEMORY_PARAM and INTERNAL_MEMORY_PASS …
»
paultarvydas
further thoughts, comments and opinions about this question
»
Benjamin Pedersen
I have noticed that it always crashes, when I try to load a file while loading another.
»
ratchetfreak
There is also _Generic which lets you decide the logic of picking the overload:
»
»
Mārtiņš Možeiko
I don't think there exists anything for that. If you change name, you'll have different name. For …
»
longtran2904
I'm trying to have function overloading in C. The first idea is to just do what C++ does: mangling…
»
Oliver Marsh
Thanks Martin, that helps a lot. Oh didn't realise the 2gb limit which might make it not worth it.
»
Mārtiņš Možeiko
That is one way how to do that. Sometimes strict corporate anti-virus software may not like that, …
»
Oliver Marsh
In a handmade chat I remember Casey say you can attach your assets to the end of your exe to turn …
»
Simon Anciaux
Only on string literals. You can build string + size with macro:
»