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.
Handmade Network»Feed
Mārtiņš Možeiko
LookAt matrix does two steps in this order:translate to originrotate to match your orientation. If…
»
Roman
I have tried to build lookat view matrix without library but result was wrong. Then I tried glm li…
»
x13pixels
RemedyBG 0.3.8.7 is now available for download. New FeaturesAdds "Relative Address" column to call…
»
Christoffer Lernö
Recently, I did some work on the math libraries for C3. This involved working on vector, matrix an…
»
x13pixels
This has to do with how the Dear ImGui version that RemedyBG is currently using handles input even…
»
x13pixels
There has been some forward progress on this, yes. Still a lot to be done though.
»
Mārtiņš Možeiko
It's a bit wrong question to ask. It does not matter which approach is "better". You use the appro…
»
Hipno
Hello everyone, I hope you all are doing well. Please forgive me if this is a strange question, as…
»
kvosdev
I like to set my key repeat rate at a level below what is possible via the windows ui with the Sys…
»
Christoffer Lernö
There was recently a question on r/ProgrammingLanguages about error handling strategies in a compi…
»
Gaurav Gautam
I found that the memory is being allocated by the files in platform/graphics/filters/software fold…
»
Wxzuir
Sorry to reply in a 6-months-ago thread. Is there any news about debugging Unreal with RemedyBG?
»
Christoffer Lernö
Structural casts are now gone from C3. This was the ability to do this: Although I think that in s…
»
Christoffer Lernö
Having macro meta syntax that is different from the regular syntax helps, but whenever compile tim…
»
Gaurav Gautam
Hey so recently I was trying to get the Page Size down for our webpage in safari. And in the proce…
»
Gaurav Gautam
Yeah, it does continue. Whats more, its answer now has completely changed from before. Im not sure…
»
ratchetfreak
when it's hung like that it usually means it's hitting the rate limiter and you can get more by as…
»
Simon Anciaux
Thanks, I didn't know about the Media Foundation resampling. There were two errors in the function…
»
kaiserschmarrn_
I'm trying to write a win32 platform layer for the first time (I've mostly written software for li…
»
Max
Thanks for the response! That info about dlls interact with the stack is good to know. I have re…
»
Mārtiņš Možeiko
Yes, dll's don't control how big will be stack. Main executable has explicit size in its headers t…
»
Max
Hi, this might be a silly question, but I have had some confusion on how the stack works in C. Fr…
»
Mārtiņš Možeiko
This flag should work if you're on Win7 or newer. It was not available in WinVista. If you want to…
»
Simon Anciaux
I experimented with that flag a few month ago but I wasn't able to make things work. I tried again…
»
OSKevin
Oh of course! I thought that was just clearing the buffer, didn't realise it was submitting a full…
»
Macoy Madson
This post is mirrored on my blog. I started my morning off with Alan Kay's talk Programming and Sc…
»
Mārtiņš Možeiko
Yes, it can do automatic resampling. AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM flag when you call IAudioC…
»
Simon Anciaux
Hello, When we create a buffer using WASAPI in shared mode, we can't choose the sampling rate and …
»
Simon Anciaux
Any hint on what could be the problem I might be wrong, but when you do the buffer initialization,…
»
Simon Anciaux
To disable audio, I believe you can just comment def_audio_init(); in the default_startup command …
»