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.
Sander Boer —
Hi, I just signed up for the super user patreon and downloaded the build, did some tinkering with …
»
ratchetfreak —
when uploading to opengl/directX/... you can allocate a buffer and map that into memory. Then you …
»
Farhod Miralimov —
Hi all, I'm having a little trouble understanding the concept of preallocating a block of memory, …
»
Enyo Enev —
I'm reaching here for help because I have wasted couple of hours in trying to accomplish this very…
»
Simon Anciaux —
Thanks. That's the behavior I want. Maybe I should rephrase that in the main post. The idea is th…
»
ratchetfreak —
For hotswapping you can use a indirection table. With dlls each call external to the dll jumps to …
»
Manish —
Yea, that's a nice optimization. I will try that!
»
Mārtiņš Možeiko —
Maybe quick broadphase can help you. Calculate AABB of polygon, and then do quick test for line se…
»
Manish —
Thanks for quick reply. There is only one polygon with maximum 32 vertices. I have close to 10k li…
»
pragmatic_hero —
So I've been thinking for quite a while on feasibility of creating a always running, compiled, str…
»
Mārtiņš Možeiko —
Usually that is good enough. Is that slow for your use case? How many polygons against do you have…
»
Mārtiņš Možeiko —
That's exactly my point. "k" is much more important once you start compiling real code instead he…
»
Manish —
Is there is a quick way to find the intersection point of a line with a given polygon. Polygon ve…
»
pragmatic_hero —
So what's being done in the ? 500ms is a looong time. Reminder: it's hello world app. It would be…
»
sam_windell —
Thanks for the suggestion about the font loader interface. Just to update this thread in case othe…
»
TM —
German is really bad with GetKeyNameText, for instance "Numpad *" and "Numpad /" keys both return …
»
Brendan Sheehan —
So I've been looking into the auto indent and trying to figure out how it works, however I'm still…
»
Jim R. Didriksen —
Aha, thanks. Yeah its not the biggest issue, its just that all my code is indented that way (thre…
»
Simon Anciaux —
Thanks Cranky, I've updated the original post to use GetAsyncKeyState. Can you tell me which langu…
»
Allen Webster —
I can't remember all the details of what was an issue in this conversation but I'll describe the c…
»
Simon Anciaux —
There isn't any notification on the site yet. You can use to get a list of all recent posts or us…
»
ratchetfreak —
And the people that use CRTP are the ones that don't want to have anything to do with the virtua…
»
Arne Döring —
this code is just an edited version of the code casey showed in the stream and it is supposed to s…
»
Mārtiņš Možeiko —
"Essential Mathematics for Games and Interactive Applications: A Programmer's Guide" (James M. Van…
»
guillaumec —
What are your references when writing matrix and quaternion code as far as the math go? I often sp…
»
ashelley —
Thank you for the long thoughtful comment... I just realized that i might not get notifications wh…
»
Mārtiņš Možeiko —
Languages like rust typically during compilation have very slow constant part due to how they are …
»
pragmatic_hero —
I thought the purpose of CRTP and other template tricks are to utterly and completely butcher comp…
»
Clive Galway —
Great article, thanks ever so much for this. I am working on an open source remapping application …
»
Jim R. Didriksen —
Has this changed? Just started using 4Coder and I'm used to 3x Space Tabs. edit: Would also be nic…
»