Alexey —
Running ldd reveals that fonts in 4coder are rasterized using freetype (at least on linux). Freet…
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: https://github.com/nothings/stb/blob/…
Terans —
Hi, i wonder how the text rendering works in 4coder. Do you blit a bitmap through OpenGL for ever…
Hey guys,
I want to make a little tool that I can feed psd files to and will spit out a png with…
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 …
Might need to center your coordinate system
It looks like you are using unsigned screen coordinat…
Roman —
Hello. I have created function for projection my 3D points at the 2D but it is doesn't work. When…
Miles —
mmozeikoFor debugger without xcode your only choice is lldb in commandline. Otherwise if you want…
mmozeiko
Instead of all this manual work or wrappers you could simply use modern compiler feature…
I'll be using my dads imac for a while so I can't really install another os on it.
Ted's Video …
DawoodozHis argument against operator overloading didn't convince me to abandon C++. I just read …
Do you have backup discs for the Apple machine? Maybe research if it will accept Linux or BSD? …
I see,
thanks all for answering.
I decided I will surrender myself to using SDL for now and com…
DawoodozIf your code always writes one element outside the collection but you have lots of paddin…
japhibWebGPU [...] exposes GPU APIs in a way that is more similar to how the hardware actually ru…
japhib —
Just want to point out -- some recent technologies are aimed at making this a lot better. For exa…
His argument against operator overloading didn't convince me to abandon C++. I just read the docu…
There is some of functionality in macOS that is accessible just by C code, but for most of stuff …
Miles —
SDL relies on Objective-C APIs on macos. It's not written entirely in C. Theoretically there may …
The problem is that the same protocol is being used for too many things at the same time without …
SDL is written in C, so using the system calls directly should work in theory. Newer versions of …
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…
Molly Rocket doesn't host those sites either. Google does (via Firebase). Google procures the S…
You'll need to talk to Casey about that - he's maintaining handmadehero.org domain & website.…
Not sure if this belongs here, Mods feel free to remove/move as needed.
I was browsing CMuratori…
bumbreadSo why we can't count WASM as the new web, or at least the path to the new web?
The prim…
You give programmers as much access to the hardware as possible.
You can not give raw access to …