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.
Ben Visness
Providing a link to the feed page would be pretty redundant and useless from the perspective of a …
»
Ben Visness
I'm not sure what problem you're seeing; that forum thread is near the top because of *****'s repl…
»
Simon Anciaux
Deleted account and posts still affect how thread are displayed in the thread list. For example th…
»
Simon Anciaux
I would like to have a link to the feed page on the main page. I know the main page contains the f…
»
Simon Anciaux
Did you try loading the dll in an empty application with just the LoadLibrary call to see if it wo…
»
Draos
I think what I am asking is a bit different. I was wondering more so why the code in the executabl…
»
Mārtiņš Možeiko
If I understand the question - are you suggesting OS loader to patch up all call sites instead? Yo…
»
Draos
On both Windows and Linux, DLL function addresses are resolved through the use of a secondary tabl…
»
RobinLeathart
I've been programming hot code reloading into a project of mine in a simlar way that Casey does in…
»
Anna Dostoevskaya
Hello guys! Did you find what you can do about it? I am thinking about how to pump data from a sta…
»
Christoffer Lernö
Skejeton has started doing the Advent of Code 2021 challenges in C3. Have a look at the repo here.
»
Mārtiņš Možeiko
if the pixel is inside the texel then don't do the bilinear filter, if not then do it? That is exa…
»
longtran2904
Just finished watching this handmade chat about pixel art rendering. I still don't understand it. …
»
longtran2904
Just found this great blog yesterday.
»
Simon Anciaux
I tried the trial version of file helper, here is some feedback. I don't know if the trial is up t…
»
»
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…
»