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.
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…
»
matheus
It was little more than two weeks ago that I was doing some refactoring and some bug fixing that …
»
Jens
New prebuilt command-line version can be found on main page for free and GUI is available on ich …
»
Jens
mrmixer For example it displays 0x05000000 instead of 0x00000005 for a decimal value of 5. As I …
»
Mārtiņš Možeiko
If you're talking about linux kernel, framebuffer & alsa then development with that won't be …
»
Lachlan
Hello all. My ideal job is as an embedded systems programmer. As a project that builds skills a…
»
obromios
Isnt -164 the negative of the dot product?
»
rizoma
mrmixer Why is working with bitmap an issue with the representation of the bounding box of your e…
»
Mārtiņš Možeiko
Yes, that's how it is. Clang has higher startup cost than MSVC. There are -ftime-report and -ftim…
»
Leonardo
Am I mad? Or anyone also noticed it? I wrote a build.bat for Clang and MSVC, both with 3 differe…
»
Simon Anciaux
rizomaI thought of switching to a center based coordinates system instead of top left (so that I …
»
Simon Anciaux
ypos is the position of the baseline. The function uses top left origin for the coordinates, if y…
»
rizoma
Hi, I'm really stuck trying to write decent/mantainable code for my little tilebased oldschool 2d…
»
Simon Anciaux
jensAs a random question regarding the files you linked, any reason why you decided not to declar…
»
Jens
I've been thinking of having the address directly writable, something along the lines of current_…
»
C_Worm
I tried using the x0, y0, x1, y1 from stbtt_aligned_quad returned from stbtt_GetPackedQuad() How…
»
Simon Anciaux
I updated the file as there were an easier way to do what I wanted. A few other notes: I would …
»
Simon Anciaux
I believe, xpos and ypos are used as state for the function to track were it is in the rendering …
»
C_Worm
Hey! Im using the stb_truetype.h for rendering text, and more specifically this API 1 2 3 4 5 6…
»
BernFeth
Hey, I'm curious about this since I have played around with both unity and android studio for a b…
»
Jason
While I was already aware/agreed with a lot of what he said, there were a few nuggets in there I …
»
Jens
Thank you for the feedback, feedback is one of the biggest thing I'm lacking at this point. I ha…
»
C_Worm
Okay, then i guess it won't be a "problem" to use this invert-algortihm. This is my first time t…
»
Simon Anciaux
As far as I know stb_truetype doesn't provide a way to flip the atlas vertically. I have a simila…
»
Simon Anciaux
I tried to use bedit (the command line version) to display my profile file. Here is some feedback…
»
C_Worm
I used the stbtt_truetype.h to render a bitmapfont. However, like stb_image.h the bitmaps loaded…
»
Leonardo
No... not me the guy who made this video: https://www.youtube.com/watch?v=443UNeGrFoM It is awe…
»
Simon Anciaux
Thanks for the down sizing code. I had a hard time making a function to down size an image to an …
»
Simon Anciaux
I think you could do that. One reason not to is that if you don't perform any operation on the i…
»