Kojack 🦎
kojack@mastodon.gamedev.place
<p>24 years teaching games programming (maths, game AI, gfx, tool dev, networking).<br />Languages: primarily C++, a lot of C# and Lua. But used MANY over the last 40 years.<br />Other stuff: VR, photography, input devices, electronics.<br />Brisbane, Australia</p>
Posts
-
Post #2700846
I was morbidly curious, so I asked chatgpt to describe the HID packet format for a Contour Shuttlexpress jog shuttle controller as a C++ struct. Surprisingly, very detailed and accurate looking. Unsurprisingly, fucking wrong. I own the device, do manual HID prcoessing of it in my input lib and the HID report descriptor agrees with me. I asked it a second time. It changed it&#39;s mind to a 5 byte packet. But it did it by adding a wrong byte at the start. Buttons still wrong. #aislop