4coder uses opengl to render, so you must make sure your VM has installed & configured opengl driv…
I have a MacBook Pro; however, I use parallels virtual machine for OpenGL development. I wanted to…
tuket —
Thanks mate, that makes a lot of sense.
nipos —
Thanks for the clarification. I'm looking forward to try the pre-built images. That would make thi…
nipos —
I'm absolutely not experienced with C++, so I unfortunately can't help with getting this to work, …
You must use free() function from same libc instance that was used to allocate it. If you use xcb …
tuket —
Hi, I was wondering if this would work correctly:I'm using the xcb library from my program for mak…
Here is a small video update on the math thingy: Math wip 23/12/21.
Last time we were looking at this example: In our previous solution, we had the variables in an ar…
Jason —
Thank you for posts like this. I always appreciate when people with enough experience take the tim…
Listing all processor operating modes wasn't really in the scope of this article, the only reason …
You forgot to mention another mode which was important in history of early 32-bit transition - unr…
The problem: implementing lexical scope in a programming language. Here is an example. Formulated …
My last post was about Odin and MacOS and some ways they didn't quite get along. Odin is always im…
x86: the history of naming The x86 architecture processors had been around since seventies, and sin…
Neo Ar —
Thanks for checking for me! I ran system updates on my server and restarted Weechat and it connect…
I just connected to our IRC and it seems to be working.
Neo Ar —
The bridge went down like beginning of December and I haven't been able to connect to the IRC at a…
It is explained in the page you linked: The high-order word indicates the distance the wheel is ro…
I tried to use GET_WHEEL_DELTA_WPARAM like in the document, but it only returned 120 and -120. I a…
Use markdown \`\`\` for code blocks - put \`\`\` on new line before code, and then after the code.
Unfortunately, I only just now noticed that, for some reason, whenever I try using square brackets…
Assuming you don't want to pass the type in each function call, I would suggest to store the size …
Something I noticed while running the win32_renderer_test is that there is a couple of white bars …
After toying around with the renderer_test system, I kind of understand the handmade hero renderin…
Hey everyone! I've been trying to make a generic map for a while now and surprisingly enough, afte…
Seems this makes it possible to draw to contents of desktop background: It's in C# code, but API …
To draw to "desktop" you simply create a transparent window, place it at 0,0 position and make it'…
To draw to "deskop" you simply create transparent window, place it at 0,0 position and make it's s…