Where to start with Direct2d?

Posted by ShrimpCrackers on Stack Overflow See other posts from Stack Overflow or by ShrimpCrackers
Published on 2012-12-16T10:11:46Z Indexed on 2012/12/16 11:05 UTC
Read the original article Hit count: 352

Filed under:
|
|

Interested in learning Direct2d to create a Windows 8 app, but after 2 hours of research I'm thoroughly confused. Samples like this (Creating a Simple Direct2D Application) seem to assume you know what an HWND and HRESULT is, and how the Windows API works in general.

My question is this: do you need an understanding of the Win API, COM, OLE, and all this other Windows stuff in order to get a good grasp on Direct2d/3d?

All the other barebones tutorials assume that you know all this stuff and I don't really know where to start. The startup D2D project in VS 2012 gives you a bunch of files but there's no main or WinMain... How does this program even start?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about windows-8