Animation

Holocube Touch

Tuesday, July 20th, 2010

holocubetouch


Another great Holocube project. The first cube with touch interface.
The demo sets a mood with color LEDs.
Setting colors is only one of the multiple possibilities.

The project was featured on Engadget, UberGizmo, I4U
and Coolest Gadgets

Vimeo video
YouTube video

Feelgood projection installation

Sunday, April 11th, 2010

img_4954
img_4970
(more…)

Drawing rabbits with WPF pixel shaders

Tuesday, September 15th, 2009


crossposted on labs.boulevart.be

I’m a big fan of writeable bitmaps.
When drawing more then 1000 items on screen writeable bitmaps performs a zillion times better then individual objects.
Based on WriteableBitmap Class MSDN sample it’s peanuts creating a fullscreen drawing application.
After modifying DirectionalBlur shader from the WPFFX I got the this little drawing app.

The above demo was done on a MSI windtop touchscreen (dual core 1.5Ghz Atom CPU)

download

Use M to (de)activate the mouse.
Use F to toggle fullscreen.
Use ESC to exit the application.

Silverlight 3 RTW Writeable bitmap changes

Wednesday, July 15th, 2009

With the official release of Silverlight 3 RTW I received some feedback that my plasma sample wasn’t working anymore.
The problem occurs in some small changes in the Writeable bitmap api.
The official MS change document talks about the new constructor and the lock methods.

3.19 WriteableBitmap changes

The PixelFormat parameter for the WriteableBitmap constructor has been removed. WriteableBitmap(int pixelWidth, int pixelHeight, PixelFormat format) is now WriteableBitmap(int pixelWidth, int pixelHeight).

The only supported PixelFormat is now Pbgra32.

Similarly, the PixelFormat and PixelFormats type has been removed.Lock() and Unlock() have been removed.

But that’s not the only thing.
From now on you have to use the pixels property to write or read pixels.

I updated my previous sample and code.

Silverlight 3 Writeable Bitmap API - Plasma

Thursday, June 4th, 2009

plasma1

Updated on 15/07/2009 to Silverlight 3 RTW
(more…)

Jungle Fever

Tuesday, May 5th, 2009

screenshot-with-banner-449


It’s finally finished, my first Silverlight mini game.
In exception from the title image it’s 100% XAML.
All graphics done in MS Expression Design.

Had some small problems in blend, everything else was pretty straightforward.
If you have a background in .NET programming the transition will be smooth.

Enjoy !

Easing in C# Storyboards

Saturday, March 14th, 2009


Doing easing in and out in blend is pretty straightforward.
Creating that same storyboard in C# is just a mater of syntax.
(more…)

Drag and drop & scripted storyboard fun

Saturday, July 5th, 2008

This is a sample I created during a Silverlight course.
The goal was to create some custom buttons.
Since that’s no rocket science I added some scripted storyboards and drag and drop controls.

If someone is interested, here is the source

download


lab101 is proudly powered by WordPress
Content and design by Kris Meeusen
Entries (RSS) and Comments (RSS).