sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
408 stars 93 forks source link

Question: Could you share all temhe resources that you used to create this library and learn about dx? #270

Closed aqibbanday closed 10 months ago

sskodje commented 10 months ago

If you want to learn about DirectX, there's plenty of tutorials out there, as it's very popular for game development. If you want to learn about Media Foundation and COM, there's not really that much in the way of tutorials. You have the official documentation and samples, otherwise you pretty much just have to check out projects on github for code examples, stack overflow, and i can recommend the use ChatGTP.