I am on 0.7.2 now but still does not seem to work. I'll post some variations of the command I put …
Clang supports pdb generation just fine. For example, to use it with lld.exe from mingw-w64-x86_64…
Sara —
Hi there. Just wondering if you could give a rough estimate as to when the windows version will su…
Since starting this project for Handmade Network I think I've changed project five times, with dif…
There are plenty of simple web server packages out there that I think work just fine with a compre…
bewwys —
Hi everyone, I try to implement the compression oriented way in my workflow. I have to admit that…
No idea if anybody uses lzw and zlib. Freetype has also bzip2 decompression code (that depends on …
Now that I think about it, maybe using stb truetype, and legacy opengl or something similar, woul…
UPDATE: Just fixed some bugs with listers that would cause crashes when there were too many items …
I suggested ascii and bitmap fonts because it's easy to start with. If you want be able to display…
Yeah that makes sense. But what about showing letters that aren't in english? I thought about re-…
I'm fine with a console UI, it's the mouse handling part that I find odd. I generally don't use th…
It certainly would lead to something that would be a lot prettier, and a lot more robust. But I w…
nakst —
@mmozeiko 2. Are these features necessary to render many fonts? I haven't had any problems with th…
Few comments: no need for FT_CONFIG_OPTION_USE_LZW - lzw in freetype is self-contained code, does …
nakst —
The OS currently uses FreeType for text rendering. Although I originally used stb_truetype, it u…
Ahh —
As of 12/16/2018, it seems that the way for Visual Studio 2017 to find these header files has agai…
Congrats, man, on your position at RAD! That is fantastic news. Hopefully I can rekindle the handm…
spx —
Is there a list of all the commands available in the expressions such as var,x var,b var,mem? I…
spx —
Is it just a bug or am I missing something obvious? Also, if this is not the place for this kind …
joe513 —
Thanks for supporting input so quickly, works great! Is there a list of all the commands available…
spx —
0.7.2 is now available. This build has an important change that was originally planned for a 0.9.x…
I am very sad that this project is ending: cdbg has been a incredibly helpfull tool to have. Thank…
Blkerf —
makes sense. thanks! i'm still confused with my 1st question, but you definitely clarified my seco…
We avoid the copy because we want the quick sort to be fast. If TYPE is a basic type, less than 64…
Why exactly do you want to make a terminal application if you want to have mouse support ? Wouldn'…
Blkerf —
hmmm that makes sense to me, but is there any reason the inline expression couldn't just operate o…
For the second part of your question the comment above the function explains it: The function doe…
2018 is coming to an end! Over the past month, the community has been doing amazing work as alway…