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.
x13pixels
Thanks for keeping an eye out for that! I appreciate it Edwin. Dropbox or Google Docs seems to w…
»
Edwin Steiner
Hello George! I think I finally managed to capture one of these cases in which remedybg cannot s…
»
Jai
Thank you so much, I think I'll have to read the SDL documentation for myself and figure things o…
»
Simon Anciaux
I don't know about the specific, but there are articles in the wiki that might help you. - Tutor…
»
Simon Anciaux
You should fill an issue on github for 1. While Allen isn't always active on 4coder, he will most…
»
Jai
As the title says, I'm almost at the end of Handmade penguin and was wondering if there are any r…
»
Alexey
Looks great to me, you seem to have addressed all my points of concern. The benchmarks also look …
»
Simon Anciaux
I created a module that does the same thing with minimal modifications of 4coder's code. I posted…
»
Simon Anciaux
Description This module provides text highlighting of types, functions and macros by coloring the…
»
Arnon
Been slowly uploading to this YouTube playlist some short presentations about software rendering:…
»
ramin
I have watched 60 episodes. I hope I'll get to those fancy parts someday. Anyway thank you again …
»
Mārtiņš Možeiko
Yes, they way how he was using OpenGL in beginning was as "low level" as you usually do to draw b…
»
ramin
mmozeikoI think you are greatly confused about phrase "from scratch" here. From scratch in Handm…
»
Mārtiņš Možeiko
I think you are greatly confused about phrase "from scratch" here. From scratch in Handmade Hero…
»
ramin
No actually I want to go even lower. I want to know how windows or Linux(in my case) draw a buffe…
»
Jason
So I'm not sure if I fully understand what you're asking so let me know if I'm wrong about your q…
»
ramin
Thank you. The reason I got interested in this was that I am on Linux. I wanted to watch the fir…
»
Mārtiņš Možeiko
OS talks to GPU. And gpu driver is one how knows how to talk to GPU (what kind of information to …
»
ramin
So you are saying that OS talks to monitor or the GPU directly? Of course I understand what case…
»
Mārtiņš Možeiko
There's no such thing as "pass pointer" to OpenGL for drawing to screen. You cannot do it. OpenGL…
»
ramin
Hi everyone, I hear that every current computer has a GPU(integrated or not). and I suppose that…
»
»
Mārtiņš Možeiko
If you want to completely avoid C runtime library on Linux, you will need to write some assembly …
»
Simon Anciaux
@mmozeiko Do you know of any resource or example code for compiling without the CRT on linux ? I …
»
Simon Anciaux
I wasn't able to reproduce the issues on my machine (Windows 7 64bit) with or without the composi…
»
2bytes
I used DwmFlush and it solved the problem but it slowed the frame rate very much. I can get a bet…
»
Michael Dodis
Wow, nice catch! Originally I was doing audio on the main thread, so that was probably leftover f…
»
Simon Anciaux
The build on itch.io crashed during the "particle animation" after pressing space to start a game…
»
Simon Anciaux
You could try to use DwmFlush to synchronize with the window manager. You should call that after …
»
Simon Anciaux
Thanks. I looked into cephes and it's easy to get what I want. The code looks old though (pre C8…
»