nakst —
Hi, the IRC client is part of the very experimental networking stack which was written in a single…
I don't know for sure, but my feeling is that this won't work well with OpenGL. Caret probably use…
I'm working on some UI controls, and while I was looking for how to query the blinking time for th…
Arheus —
Hello, people. I am interested in using a DrawRectangleSlowly() function. Basically, Casey used a …
What I (and I assume most people) do is to rasterize the font in an atlas at startup at different …
Oh, so you don't rasterize the bitmap to a resolution upfront but store the actual vector value fr…
A font file (e.g. ttf file) contains a vector graphics (Bézier curves) meaning it's a "mathematic…
I still don't understand. We are still using the same character sprites here in both cases, right?…
I think what they meant in the video is that if you need to display some text that has a height of…
Another thing that I also want to do is to render text correctly. I heard Jon briefly mentioned it…
If you're using FireFox, you can create a bookmark for the search. This will make "hh my query" se…
You can use the inline-memory format specifiers: For example will display 4 lines of 16 values i…
Hello, I just bought remedy and Im looking for a way to display an array of uint8's as a 2 dimensi…
I have a theory. I have not validated this theory. I might have some details wrong. When I write '…
Thanks for the markdown tip. I thought I just need to indent each line and only use Fenced Code Bl…
tbh I don't remember where that code comes from. It may be from some buggy implementation I had at…
For some reason, your code doesn't work properly. Here's a reimplementation I made for Unity. The …
Yes, that's correct. Add WINAPI in case you want to have code compatible win 32-bit code. No need …
Ah amazing, thank you! Is the prototype for DllMainCRTStartup identical to DllMain? i.e. I should …
uv will be 0.5 when you want "nearest sampling" mode - just exact color of pixel. Or it will be so…
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!
This happens because you did not implement DllMainCRTStartup function properly. It must return TRU…
I don't think this is the case because I'm not even trying to recompile the dll while the program …
Yeah even trying to load the dll in an empty application doesn't work. Here's some test code that …
I liked all posts link on main page too :(
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…