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.
Miles
For the single-threaded code, it's very likely that the different RNG functions used are going to …
»
JustinCase3
So I'm very new to 4coder and it appears that I'm having trouble rebinding the default keys. I saw…
»
Raytio
Also when can we buy some merch?
»
Raytio
I am pumped !... will try to make it for sure. Suggestion for 2020 handmade con is Tokyo Japan wou…
»
Mārtiņš Možeiko
I think nowadays you can query OS for physical monitor size. So if you query also native monitor r…
»
Mārtiņš Možeiko
Yes, that could be the difference. Creating thread is very expensive. You should not do that all t…
»
Oliver Marsh
Oh yea, I was wondering if you do want to display more (or less items), and so you set your matrix…
»
Italo
So, I have two programs that do the same thing. I tried parallelizing them using pthreads for the …
»
Jason
Ya, I figured this out with other failed ventures. I think you really need that implicit motivati…
»
Ryan Fleury
I am not yet working as a full-time professional in the games industry, but I will be doing an int…
»
Jason
I'm currently programming a 2d fighting game from scratch. Why a fighting game? Well, let's just s…
»
Mārtiņš Možeiko
Not sure what you mean by "actual pixel values". Do you mean pixel sizes? If so then yes, projecti…
»
Oliver Marsh
@mmozeiko Is it just the aspect ratio that's being used to update the projection matrix, not the a…
»
Ryan Fleury
I didn't realize I had birthdays this year: One in February, and one on the day that was announc…
»
Mārtiņš Možeiko
By "clip off the right side of the window" you mean not render anything outside of window? That de…
»
Blake Martin
And this allows UI to naturally clip off the right side of the window?
»
Mārtiņš Možeiko
You need to recalculate your projection matrix when window size changes. "Aspect ratio" is encoded…
»
Blake Martin
Hey guys, I was wondering if someone could list some pitfalls when trying to render UI elements wi…
»
Michael Dodis
Oh man, a video like this would've helped me so much in the beginning! I haven't used SDL's audio …
»
Miles
I think you should prefer SDL over GLFW unless you have a very specific reason to do otherwise. It…
»
Mārtiņš Možeiko
Definitely not freetype in top 5. Not that freetype is bad, it is useful, but it has not so easy-t…
»
ratchetfreak
Some of the Boost modules, or at least how to extract useful things from them for when you don't w…
»
Oliver Marsh
Hi, I am going to make a youtube video about the best general libraries to learn as a C/C++ progra…
»
Marc Costa
Macros are also useful to add some extra information to function calls without burdening the calle…
»
seventh-chord
The maximization issue I previously reported still seems to be present: If I maximize the debugger…
»
hoekkii
I tried to create a custom theme. This was really easy to do, but I couldn't find a way to change …
»
x13pixels
RemedyBG 0.1.8.0 is now available for download at the itch.io site.Fixed crash in application brea…
»
KanjiOwl
I agree, the method I described doesn't lend itself to fast toggles, automated build support, and …
»
Simon Anciaux
The macro isn't used to "evolve the code", it's used to switch the allocator for a quick test. If …
»
Simon Anciaux
Having a different background color for the inline code block ( some text some code more text) woul…
»