Universal Windows Platform (UWP) Notes

These are some general notes on Cinder's implementation on Microsoft's Universal Windows Platform (UWP), formerly known as WinRT. This platform is supported but still considered experimental. In particular there is no audio support yet, nor is there a ci::Capture implementation yet. Cinder relies on ANGLE to emulate OpenGL on UWP.

Targeting

Currently Cinder targets UWP on Windows 10. It requires Visual C++ 2015 or later.