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.
Noxide
My main goal for this project was to understand my GPU's machine code (SASS) better and I accompli…
»
Noxide
I've got most of the bits of the IADD3 instruction figured out, there's still a couple things I do…
»
Ben Visness
Buongiorno attempts to map out mDNS and DNS-SD activity by inspecting the raw stream of mDNS packe…
»
Noxide
the default control bits output by ptxas on some random ptx I made seem to be 0x003fde (why I thin…
»
Noxide
First post for this project - I'll just dump some links that I've found helpful for learning about…
»
Angelo Theodorou
On June 5th I attended /dev/games, a two-day game development conference held in Rome. I gave a ta…
»
Ben Visness
It's June 9, and that means that the X-Ray Jam has officially begun! image.png Participants have o…
»
bewwys
Thanks! I’ll take a look at the fix in day 126.
»
Christoffer Lernö
It's another months and consequently it's time for a new incremental 0.7 release.Additions Unlike …
»
Mārtiņš Možeiko
It seems that this was fixed in day 126.
»
bewwys
In day 124 the work queue looks like that shouldn't we prevent an out of bond access to the WorkQu…
»
Mārtiņš Možeiko
Be aware that DirectSounds code in HH changed multiple times. If you get some issue, check episode…
»
Simon Anciaux
You're more likely to get an answer on the discord server. Also if you're OK with the code not bei…
»
ilyasok
Necromancing this thread a bit, but have anyone encountered the sound hiccups in win11 that do not…
»
Simon Anciaux
You'd probably get a faster reply if you ask your questions on the handmade discord in the remedyb…
»
Simon Anciaux
Found another error. In those tests, I always assumed p0 is at 0 and p1 is at 1. In my use case it…
»
Rinzwind
It seems almost all code editors support DAP. I'm currently trying Kate. It also supports the debu…
»
Ben Visness
The official page for the X-Ray Jam is now online! Check it out, invite your friends, and join us …
»
Mārtiņš Možeiko
Typically Windows applications process WM_PAINT message in their window proc callback - there you …
»
kingFactotum
I'm currently learning to build game dev tools (specifically, a 2D level editor). I initially plan…
»
Simon Anciaux
After more testing I found an error in my test setup that biased the results. While working on the…
»
Christoffer Lernö
0.7.0 was supposed to be THE big change this year, but 0.7.1 is actually quitely introducing some …
»
Simon Anciaux
[EDIT] There is an issue with the test setup, the numbers here aren't representative of a real use…
»
Simon Anciaux
I wanted to do some performance tests, to see how much faster or slower some methods were. I imple…
»
Mārtiņš Možeiko
To see more details you need to report live objects before exiting process. To do that, you call R…
»
Joystick
THAT WAS IT I was using back face culling... I was so fixated on the vertices and the math that I …
»
Scr3amer
Thank you my kind sir !!
»
Christoffer Lernö
Operator overloading is a divisive feature. It's been used for atrocious hacks, and to make code t…
»
Mārtiņš Možeiko
Yes, there's no need to waste extra multiplications in opengl shader too. Do it just once per draw…
»
Joystick
After some debugging, I discovered that even the output vertices are identical: OpenGL: D3D11: And…
»