&zbiggestprocess jokes, last minute addition to show historical max peak mem usage process. We have new winners 🙂
&zbiggestprocess jokes, last minute addition to show historical max peak mem usage process. We have new winners 🙂
&zbiggestprocess Calling it there for the jam. Added peak memory usage stat. Overlay always displays the process with the biggest working memory set. I ended up not implementing the system tray, so with all unnecessary code removed the program is less than 100 lines of code.
I thought about always showing the process with the highest historical peak memory usage, but that always was a process called Memory Compression (must be some windows internal thing), so not very useful. Overall I'm surprised by how much I learned and how fun this little program was to make. Goes to show that even small contributions to jams can be quite rewarding.
&zbiggestprocess My GDI overlay seems to correctly display stats from the process with the biggest memory footprint. Funnily enough its Discord. Not only that, I seem to have discovered that Discord does some wild allocations and deallocations simply from moving the mouse :kekw:
Episode 1001 of thanking Martins, but his d2d gist got me started on a d2d UI library in C
Managed to add a couple more features and got the hardware working since my last update. A lot went wrong during this jam, tried my best to find ways to compensate. What I'm most salty about is I filmed a cool "build vlog" of getting it working for the first time last night, unfortunately my PC isnt up to the task of editing the 4k footage (I didnt know it would struggle with that, new to video editing :owlofshame:), so all I can share is a short clip with no audio. Perhaps I'll get the video out some time after the jam. RIP. &zunderglow
Finally made some progress. Made a little enclosure in openscad for the receiver and got colour data updating from a raylib gui. &zunderglow
Progress on my long awaited journey to ditch dearimgui. Following solhsa guide on imgui implementation except using no libraries, only win32 api.
Implemented preview of leds for my led visualization project, after getting #help for my jank WASAPI backend