hey Ryan, I'm the guy with the alpha blending algorithm. Thanks for covering it! I left a comment on the closed issue if you wanna check it out btw. If not, it's ok.
@ryanries092 жыл бұрын
Much appreciated!
@kaiweiyeo42792 жыл бұрын
Hi Ryan, Thanks for the tutorials. [BUG REPORT] I just wanted to point out a peculiar bug that I encountered with the code. I forgot to include the soundMiss01.wav in the CopyAssets.bat. For some reason, the new AssetLoadingThreadProc will allow the game to continue running. This created a peculiar bug where the Hero bmp didn't appear on the screen and the Overworld would crash. Luckily, you had us make a log file so I was able to trace the source of the bug. Thank you.
@YOOOOOOOOOOOOOOOOOOOOOOOOOOOO2 жыл бұрын
awesome man
@ryanries092 жыл бұрын
Thanks for watching!
@张向乐2 жыл бұрын
Thanks!!Ryan
@MorningSkyMay2 жыл бұрын
Hey Ryan.. can we use C in Directx 12
@ryanries092 жыл бұрын
I mean, you *can*, but DX12 is a C++ library, so it will be pretty annoying and tedious to use from C. But I've done it. It can definitely be done. It's just not going to be a fun time.
@MorningSkyMay2 жыл бұрын
@@ryanries09Im going to try it anyway. thank you for the quick reply Ryan. You really inspired me C programming.
@ahmadkamamji32542 жыл бұрын
Hi Sir, could please recommend a good beginners friendly content for win32 API , I tried to follow Programming Windows 5th Edition by Charles Petzold but I found it really hard to understand , is there anything else could I try to learn it well ? Thanks