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.
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…
»
Simon Anciaux
I've posted in the 4coder wiki to make it easier to find. Feel free to used this thread to sugges…
»
Simon Anciaux
Disclaimer This article is for version of 4coder BEFORE 4.1.Content This article is a small introdu…
»
KanjiOwl
Thanks, that makes sense. It still feels like there is some untapped potential that's going unnoti…
»
Simon Anciaux
It was a bad idea to point to the video with the overflow/underflow checks. What I meant was that …
»
KanjiOwl
Hmm, in this case, overriding the macro to modify the parameters would be tough to get correct. Si…
»
steughar
Can I make my own automated syntax_highlighting? (When I'm introduce typedef macro or new struct I…
»
Guntha
A tiny sample of what I can currently do with scripting...
»
Simon Anciaux
Any news on this subject ? as a link to another missing thread. If the thread was deleted by it's…
»
Simon Anciaux
The code block bug is still present.
»
Simon Anciaux
I don't know if it's good but there is . Or mmozeiko's . might be an interesting project.
»
Simon Anciaux
I believe it's to be able to change the parameter that are passed to PushSize_ without changing th…
»
KanjiOwl
On Day 88, Casey mentioned that he made PushSize a macro for "debugging reasons" (). Unless I've m…
»
spx
I've gotta say, after one more week of heavy usage whit this new version, this is insanely good. …
»
Michael Campagnaro
I've been using to manage a project and it's been a pleasant experience. It's free too.
»
Miles
I don't know of a general-purpose build system for C/C++ that isn't a big painful mess, and I hear…
»
Mārtiņš Možeiko
lld? Multithreaded comparison vs gold/bfd: Multithreaded comparison vs single thread:
»