Alexey —
Running reveals that fonts in 4coder are rasterized using (at least on linux). Freetype gives yo…
Raytio —
Yes hover over variables is really good for a quick look also want.
You could check how stb_image.h is loading psd file format:
Terans —
Hi, i wonder how the text rendering works in 4coder. Do you blit a bitmap through OpenGL for every…
Hey guys, I want to make a little tool that I can feed psd files to and will spit out a png with a…
Roman —
Thanks for such a detailed post. I will try center my coordinate system.
Eero__ —
Hello, I bought remedy to get a better debugging experience than with visual studio, but I rely on…
It looks like you are using unsigned screen coordinates as 3D locations. When dividing by depth, …
Roman —
Hello. I have created function for projection my 3D points at the 2D but it is doesn't work. When …
Miles —
That's a strange claim to make with so much confidence. There are at least a few GUI debuggers fo…
Sure, but my point was that the compiler and its tools only know the bound of actual memory alloc…
I'll be using my dads imac for a while so I can't really install another os on it. Cool! I didn't…
He has dyslexia. He also says he likes long function names, the longer the better, so perhaps lon…
Do you have backup discs for the Apple machine? Maybe research if it will accept Linux or BSD? HM…
I see, thanks all for answering. I decided I will surrender myself to using SDL for now and come b…
Instead of all this manual work or wrappers you could simply use modern compiler features like Ad…
That's not really true. It gives more control over resource allocation, but it's nowhere close to…
japhib —
Just want to point out -- some recent technologies are aimed at making this a lot better. For exam…
His argument against operator overloading didn't convince me to abandon C++. I just read the docum…
There is some of functionality in macOS that is accessible just by C code, but for most of stuff i…
Miles —
SDL relies on Objective-C APIs on macos. It's not written entirely in C. Theoretically there may b…
The problem is that the same protocol is being used for too many things at the same time without t…
SDL is written in C, so using the system calls directly should work in theory. Newer versions of t…
Deep modifications will have to be patched when the compiler gets updated or replaced, so I would …
Hey guys, My pc fried and I have no longer windows. Is it possible to open a window, get events, r…
Molly Rocket doesn't host those sites either. Google does (via Firebase). Google procures the SS…
You'll need to talk to Casey about that - he's maintaining handmadehero.org domain & website. I be…
Not sure if this belongs here, Mods feel free to remove/move as needed. I was browsing CMuratori's…
The primary reason is that you're still running inside a web engine, when most of the interesting…
You can not give raw access to hardware. No GPU, no filesystems. There are security concerns. Web…