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.
Mārtiņš Možeiko
If you're running regular Linux and want to just customize kernel/userspace, then easiest way is t…
»
Werner1886
Oh, thanks for clarifying that, but unfortunately it didn't change anything.
»
Lachlan
Thanks, I wasn't aware of the various architectures across the different Raspberry Pi boards. I ha…
»
Mārtiņš Možeiko
-DEBUG:FULL is linker argument, not cl argument. To make cl.exe pass it to linker, you need to put…
»
Werner1886
I'm struggling to get remedy hit breakpoints in code loaded from a dll. It says "Symbols loaded" (…
»
Simon Anciaux
I think only Casey can answer this question, so it would better ask him directly on stream (and ma…
»
Dmitriy Kubyshkin
I have started developing the mass compiler in April 2020 with the majority of early work captured…
»
Naman Dixit
I have recently started doing C development on Linux, and remembered about from way back – only…
»
Angelo Theodorou
The year has just begun but there are already two important news I would like to share. Let's begi…
»
Blu342
I don't understand why double buffering makes OBS display a blank HH screen on Day 235/236. Casey,…
»
idc112
Hi, For about two months I have been watching and coding along with the series (currently on day 0…
»
matheus
It was little more than two weeks ago that I was doing some refactoring and some bug fixing that i…
»
Jens
New prebuilt command-line version can be found on and GUI is available on . As can be seen by the…
»
Jens
As I have recently spent most of my time on the GUI this is a feature I forgot to port back to co…
»
Mārtiņš Možeiko
If you're talking about linux kernel, framebuffer & alsa then development with that won't be much …
»
Lachlan
Hello all. My ideal job is as an embedded systems programmer. As a project that builds skills and …
»
obromios
Isnt -164 the negative of the dot product?
»
rizoma
I'm not using sub-pixel accuracy since this is suppose to be a retro game, so I just truncate to …
»
Mārtiņš Možeiko
Yes, that's how it is. Clang has higher startup cost than MSVC. There are -ftime-report and -ftime…
»
Leonardo
Am I mad? Or anyone also noticed it? I wrote a build.bat for Clang and MSVC, both with 3 different…
»
Simon Anciaux
Why is working with bitmap an issue with the representation of the bounding box of your entities …
»
Simon Anciaux
ypos is the position of the baseline. The function uses top left origin for the coordinates, if yo…
»
rizoma
Hi, I'm really stuck trying to write decent/mantainable code for my little tilebased oldschool 2d …
»
Simon Anciaux
No reason, it was just not important to me at the moment. So I just tried and it doesn't work wel…
»
Jens
I've been thinking of having the address directly writable, something along the lines of but I do…
»
C_Worm
I tried using the x0, y0, x1, y1 from stbtt_aligned_quad returned from stbtt_GetPackedQuad() Howev…
»
Simon Anciaux
I updated the file as there were an easier way to do what I wanted. A few other notes: I would lik…
»
Simon Anciaux
I believe, and are used as state for the function to track were it is in the rendering of the se…
»
C_Worm
Hey! Im using the stb_truetype.h for rendering text, and more specifically this API However, if i…
»
BernFeth
Hey, I'm curious about this since I have played around with both unity and android studio for a bi…
»