Are there resources on the web which help to get started with native Metro app development with Delphi (Win32)?
So far I found the MSDN introduction, Getting started with Metro style apps, which links to the available API sets, including two native APIs:
- Windows Runtime (WinRT) - "A native API built into the operating system. Fundamental to Metro style apps. Implemented in C++ and supported in JavaScript, C#, Visual Basic, and C++ in a way that feels natural for each language".
- Win32 and COM for Metro style apps - "The subset of the Win32 and COM APIs that you can use in a Metro style app". Quote:
Metro style apps can use a subset of the Win32 and COM API. This subset of APIs was chosen to support key scenarios for Metro style apps that were not already covered by the Windows Runtime, HTML/CSS, or other supported languages or standards. The Windows App Certification Kit ensures that your app uses only this subset of the Win32 and COM API.
Side note: the first Metro app contest already closed on January 8, 2012 according to the Metro Windows Store blog and the winners have been introduced end of February - these Metro apps are already available through the Windows 8 Consumer Preview.