You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
win2d
About this tag
Win2D is an immediate-mode 2D graphics rendering library for Windows Runtime apps, including UWP and Windows 8.1/WinPhone 8.1. It provides GPU-accelerated drawing with a clean API for C++ and C# developers. Discussions on WindowsForum.com cover integrating Win2D into UWP apps for animated graphics, using it alongside Composition APIs for visual effects like blur and transforms, and building camera-enabled apps with cloud intelligence. The library is open source on GitHub and supports high-performance 2D rendering across devices from IoT to gaming PCs.
Apps should be able to see, and with that, they should be able to understand the world. In the sixth blog post in the series, we will cover exactly that, how to build UWP apps that take advantage of the camera found on the majority of devices (including the Xbox One with the Kinect) and build a...
adventure works
app development
c# programming
camera apis
camera effects
cloud intelligence
cognitive services
device information
emotion api
face detection
image analysis
image capture
mediacapture api
real-time data
uwp
video effects
vision api
visual studio
win2d
xbox
The Composition APIs allow you to enhance the appeal of your Universal Windows Platform (UWP) app with a wide range of beautiful and interesting visual effects. Because they are applied at a low level, these effects are highly efficient. They run at 60 frames per second, providing smooth visuals...
60fps
animation
backdrop brush
blurry
composition apis
drop shadow
effectbrush
gaussian blur
image control
lighting
software development
spritevisual
user experience
uwp
vector art
visual effects
visual studio
win2d
windows ui
One of the new libraries I've not blogged about enough (cough... at all... cough) is one that will help the C++ or C# dev create GPU accelerated 2D Windows Runtime apps on Windows 8.1/WinPhone 8.1 and Windows 10.
Why haven't I blogged about it? Well, I hate the author... JUST KIDDING. No, I've...
api
application
c++
development
direct2d
features
game development
gpu
graphics
image editing
nuget
rendering
runtime
universal windows platform
visual studio
win2d
windows 10
windows phone
xaml
Fast accelerated graphics! with an clean easy API! That's the promise of Microsoft's Win2d library.
In this video I walk through, from scratch, how to create a simple animated graphics application for UWP using .NET. There are full notes (and links to source code) on my blog: Link Removed...