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.
Henrik J
Hello, I just bought remedy and Im looking for a way to display an array of uint8's as a 2 dimensi…
»
strager
I have a theory. I have not validated this theory. I might have some details wrong. When I write '…
»
longtran2904
Thanks for the markdown tip. I thought I just need to indent each line and only use Fenced Code Bl…
»
Mārtiņš Možeiko
tbh I don't remember where that code comes from. It may be from some buggy implementation I had at…
»
longtran2904
For some reason, your code doesn't work properly. Here's a reimplementation I made for Unity. The …
»
Mārtiņš Možeiko
Yes, that's correct. Add WINAPI in case you want to have code compatible win 32-bit code. No need …
»
RobinLeathart
Ah amazing, thank you! Is the prototype for DllMainCRTStartup identical to DllMain? i.e. I should …
»
Mārtiņš Možeiko
uv will be 0.5 when you want "nearest sampling" mode - just exact color of pixel. Or it will be so…
»
longtran2904
There are still a couple of things that I can't wrap my head around:Where is the UV at when the GP…
»
Neo Ar
+1 for having a link on the main page, I've been missing that as well!
»
Mārtiņš Možeiko
This happens because you did not implement DllMainCRTStartup function properly. It must return TRU…
»
RobinLeathart
I don't think this is the case because I'm not even trying to recompile the dll while the program …
»
RobinLeathart
Yeah even trying to load the dll in an empty application doesn't work. Here's some test code that …
»
Mārtiņš Možeiko
I liked all posts link on main page too :(
»
Mārtiņš Možeiko
Do you have lockfile implemented like in HH? If not, then most likely what is happening is that li…
»
nipos
The video demonstration on shows that Essence can already run on real hardware. How can I reprodu…
»
nipos
I just tried out Essence in a QEMU VM and it looks really good to me. All other apps work fine and…
»
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. …
»