(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .

Using WinJS & WinRT to build a fun HTML5 Camera Application for Windows 8 (4/4)

(1 votes)
0 comments   /   posted by Silverlight Show on Oct 03, 2012
Tags:   html5 , winjs , winrt , windows-8 , david-rousset

Read original post at David Rousset's Blog

In this fourth & last tutorial, we’re going to play with pixels manipulation. We will first use the EaselJS library and its filters part to apply some Sepia, Black & White and Blur effects on the images taken. Then, we will see how to optimize the performance by not blocking the UI Thread and by using the Web Workers to use more of the available cores of our CPUs. At last, we will see how to go even further with a WinRT C++ component using shaders to discuss directly with the many-cores of the GPU. I will do some small benchmarks to show you the benefit of paying such attention to performances. At last, as we start to have a lot of code, we’re going to start using the WinJS.Class helper to construct our nice objects to be used.


Comments

No comments

Add Comment

Login to comment:
  *      *       

Our News on Twitter