InfoQ Homepage DirectX Content on InfoQ
News
RSS Feed-
Win2D: Accelerated 2D Graphics for C# But Not WPF
Windows App developers have a new way to utilize GPU to accelerate their 2D-based graphical code. New Windows Runtime API Win2D provides Universal Apps on Windows Phone and Windows Store apps a way to access DirectX without resorting to C++.
-
Weathr, a Comprehensive Demonstration of C++ 14, DirectX, and XAML
Weathr is a fully functional 3D weather app that demonstrates the use of modern C++ (both ISO and C++/CX), DirectX, and XAML. It also shows the use of PPL and lambda expressions for asynchronous communication with REST-based servers.