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.
Bits Please
Unfortunately, I only just now noticed that, for some reason, whenever I try using square brackets…
»
Simon Anciaux
Assuming you don't want to pass the type in each function call, I would suggest to store the size …
»
longtran2904
Something I noticed while running the win32_renderer_test is that there is a couple of white bars …
»
longtran2904
After toying around with the renderer_test system, I kind of understand the handmade hero renderin…
»
Bits Please
Hey everyone! I've been trying to make a generic map for a while now and surprisingly enough, afte…
»
Mārtiņš Možeiko
Seems this makes it possible to draw to contents of desktop background: It's in C# code, but API …
»
longtran2904
To draw to "desktop" you simply create a transparent window, place it at 0,0 position and make it'…
»
Mārtiņš Možeiko
To draw to "deskop" you simply create transparent window, place it at 0,0 position and make it's s…
»
longtran2904
In handmade hero, we open a window then draw to it. I'm trying to just draw to the desktop view wi…
»
nakst
Hi, I'm working on getting making it easier to build images of the operating system that can run o…
»
nakst
Hi, the IRC client is part of the very experimental networking stack which was written in a single…
»
»
Mārtiņš Možeiko
I don't know for sure, but my feeling is that this won't work well with OpenGL. Caret probably use…
»
Simon Anciaux
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 …
»
Simon Anciaux
What I (and I assume most people) do is to rasterize the font in an atlas at startup at different …
»
longtran2904
Oh, so you don't rasterize the bitmap to a resolution upfront but store the actual vector value fr…
»
Simon Anciaux
A font file (e.g. ttf file) contains a vector graphics (Bézier curves) meaning it's a "mathematic…
»
longtran2904
I still don't understand. We are still using the same character sprites here in both cases, right?…
»
Simon Anciaux
I think what they meant in the video is that if you need to display some text that has a height of…
»
longtran2904
Another thing that I also want to do is to render text correctly. I heard Jon briefly mentioned it…
»
throwaway
If you're using FireFox, you can create a bookmark for the search. This will make "hh my query" se…
»
Binarium
You can use the inline-memory format specifiers: For example will display 4 lines of 16 values i…
»
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 …
»