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.
Anikki
I think this is a very simple way of parsing expressions. It's called a . Changing the associativi…
»
Maykeye
One day has passed since last stream. Probably time to start discussing the findings. Here're fun …
»
Michael Campagnaro
Hi! Looking forward to learning some new things with all of you.
»
Jeremiah Goerdt
I've been using vim and neovim for years. In college, Eclipse was almost mandatory and I learned …
»
Mārtiņš Možeiko
Not sure if better, but there are alternatives. Like QtCreator. Although I care about IDEs less a…
»
Mikael Johansson
I agree to. C or minimal C++ are the only sane choises when building an editor.
»
Mārtiņš Možeiko
You misunderstood me. I'm not talking about FPL code here. I'm talking about X11 implementation (…
»
Finalspace
I updated the branch, moved the event queue to the app state and removed the cached visual info. B…
»
Timothy Wright
It was so funny, I was watching the stream while I posted the comment, and then he fixed it in the…
»
David Butler
I think that was just an accident, he later fixed it in that stream.
»
Timothy Wright
Awesome stream by the way. The benefits of this will last for a long time. Thank you. I like it …
»
saeed
The thing I like about enum is that I can use them as a proxy to string. In the following example,…
»
Jeremiah Goerdt
Are there better alternatives that work on Windows and Linux?
»
Finalspace
GLXFBConfig* glXChooseFBConfig(...) { if (cache == NULL) { cache = malloc(...); SetupCache(cache)…
»
»
Ginger Bill
n.b. This is a philosophical article and not a technical article. There are no correct answers to …
»
Shazan
I agree with mmozeiko
»
Jeroen van Rijn
In even newer news, is using Handmade Network for its forums. :)
»
Raytio
Hello looking forward to bitwise!
»
Raytio
This is bad ass thanks for doing this!
»
Mārtiņš Možeiko
This can happen because of something like this: GLXFBConfig* glXChooseFBConfig(...) { if (cache =…
»
Finalspace
I saved the XVisualInfo in a structure which is stored globally, so that i can use it for window …
»
Oliver Marsh
Thanks Martins for the clarification
»
Mārtiņš Možeiko
Actually multisampled rendering is in GL version 1.3 and up (see ). But MSAA was available before …
»
Oliver Marsh
Hello everyone, I was making a line drawing app and learning about anti-aliasing using openGL, how…
»
Mārtiņš Možeiko
Any IDE written in Java or JavaScript is a big NO for me.
»
Mārtiņš Možeiko
You can know how big it must be if you call GetRawInputData first with buffer NULL, then it will r…
»
Jeremiah Goerdt
Inspired by Per Vognsen's streams ( is an awesome project), I've started dabbling in VS Code and C…
»
Andrew
rawInputData is an array of bytes. I just tried making the array larger and it seems to have fixed…
»
Mārtiņš Možeiko
Well, now you know why nothings is still using Visual Studio 6 :) I cannot use anything lower than…
»