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
Simon Anciaux
What is needed is OpenGL support (I believe HMH first uses OpenGL 2.1 and then moves on to 3.3). I…
»
aky
Thanks for replying! So if I want to attempt to go down the virtual machine route first, do I need…
»
Simon Anciaux
Any computer should do, at least at the start. At some point OpenGL will be used which require har…
»
Simon Anciaux
I'll test that when I've got some time.
»
Dawoodoz
The main problem for people getting started with software rendering is to get out of the GPU minds…
»
Mārtiņš Možeiko
Can you use IGameInput::RegisterDeviceCallback method to setup callback to know whenever new devic…
»
Simon Anciaux
Using the following function I got it to work. Not sure I like how it works.
»
Simon Anciaux
Hi, I wanted to add support for gamepads in a game, and started to look at XInput, and the doc men…
»
aky
Hi all, Funnily, the third-most recent post on this sub-forum is from me around a year ago…
»
Mārtiņš Možeiko
I don't think that is issue with reflection itself. It's just what happens when you're dispatching…
»
longtran2904
I have some single-threaded code that uses C# reflection to load some global types and do some pro…
»
Alex
Oh nooo, what a shameless bug, this was really dumb. Thanks for pointing that. Then I just delete …
»
Simon Anciaux
There is an error in the code provided, in CopyWithBuff you use buff_ptr instead of buff. After th…
»
Alex
Hi everyone. I'm sure that this isn't something new, but I just discovered it and decided to share…
»
Mārtiņš Možeiko
That's what I prefer as user of library too - no hidden magic or hooks. Let me call functions expl…
»
Simon Anciaux
I found that windows offers the SetWindowsHookExA function, but that only works if called from a s…
»
William
Could you maybe hook the window procedure with SetWindowLongPtr (GWLP_WNDPROC) and then call the o…
»
Macoy Madson
This article is mirrored on my blog. I have been working on a voxel-based game for the last severa…
»
NicknEma
I'm trying to write a windows library that needs to respond to specific window messages (more spec…
»
NicknEma
@mrmixer that's exactly what I did, but I only called them with printable chars - I was so focused…
»
Bits Please
The workaround worked like a charm! As always, thank you very much for the valuable info <3
»
Mārtiņš Možeiko
Right click addresses in call-stack and choose "Load Symbols" so VS downloads pdb file from Micros…
»
Bits Please
Hey everyone! I'm having a weird error when debugging the screen recording utility that Martins (m…
»
Mārtiņš Možeiko
For functions like to_digit_v1/to_digit_v2 or to_upper_v1/to_upper_v2 where both of them have exac…
»
Simon Anciaux
Thanks for sharing. One thing you can do is to write a function that verify that the two versions …
»
NicknEma
A while ago I watched a super interesting talk about the history of character encodings () and I w…
»
h2k
Hello, Since IACA was deprecated in 2019 and as of Day 120 MSVC is still the compiler being used, …
»
Miles
Be wary of letting optical illusions fool you into doing the wrong thing. I wasted some time tryin…
»
careful_sparrow
Hi, since is archived i was wondering if there is any official community fork that would be main…
»
Simon Anciaux
I can't help you much, but for the images with the circles, the circles on the left looked more li…
»