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.
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.
»
Mārtiņš Možeiko
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…
»
BernFeth
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 …
»
Dawoodoz
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…
»
Dawoodoz
mmozeiko Instead of all this manual work or wrappers you could simply use modern compiler feature…
»
BernFeth
I'll be using my dads imac for a while so I can't really install another os on it. Ted's Video …
»
Aphetres
DawoodozHis argument against operator overloading didn't convince me to abandon C++. I just read …
»
Aphetres
Do you have backup discs for the Apple machine? Maybe research if it will accept Linux or BSD? …
»
BernFeth
I see, thanks all for answering. I decided I will surrender myself to using SDL for now and com…
»
Mārtiņš Možeiko
DawoodozIf your code always writes one element outside the collection but you have lots of paddin…
»
Mārtiņš Možeiko
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…
»
Dawoodoz
His argument against operator overloading didn't convince me to abandon C++. I just read the docu…
»
Mārtiņš Možeiko
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 …
»
Dawoodoz
The problem is that the same protocol is being used for too many things at the same time without …
»
Dawoodoz
SDL is written in C, so using the system calls directly should work in theory. Newer versions of …
»
Dawoodoz
Deep modifications will have to be patched when the compiler gets updated or replaced, so I would…
»
BernFeth
Hey guys, My pc fried and I have no longer windows. Is it possible to open a window, get events…
»
Casey Muratori
Molly Rocket doesn't host those sites either. Google does (via Firebase). Google procures the S…
»
Mārtiņš Možeiko
You'll need to talk to Casey about that - he's maintaining handmadehero.org domain & website.…
»
Fredward
Not sure if this belongs here, Mods feel free to remove/move as needed. I was browsing CMuratori…
»
Asaf Gartner
bumbreadSo why we can't count WASM as the new web, or at least the path to the new web? The prim…
»
bumbread
You give programmers as much access to the hardware as possible. You can not give raw access to …
»