Hacker News new | ask | show | jobs
by imstate 1935 days ago
Hey,

I the win32 api looks harder than it is. Most of it is reading documentation.

I suggest the book "Programming Windows" by Charles Petzold.

If you know basic C, the win32 api is pretty well documented.

1 comments

Any suggestions how to learn using WinRT for UIs (with Rust)?
Sorry, I haven't use the WinRT fir rust. I would suggest making a a simple window with a button in C and then try porting all the functions to the rust library.