Non laggy movement in Flex or WPF
Posted
by PaN1C_Showt1Me
on Stack Overflow
See other posts from Stack Overflow
or by PaN1C_Showt1Me
Published on 2010-05-25T15:09:28Z
Indexed on
2010/05/25
15:11 UTC
Read the original article
Hit count: 333
I'm trying to learn something about 2D games programming.
For this purpose I've downloaded many samples developed in:
Flex and Microsoft WPF.
I've noticed that all the animations / moving objects are kind of non-smooth.
I've seen a Flex example with double buffering which solved the image flickering, but it was laggy too. WPF example too. Just to mentioned, all examples were drawing on Canvas.
I'm just curious, is it possible to have a wonderful non-laggy movement on the GUI in Flash or WPF ? (e.g. like a real game, coded in C++)
© Stack Overflow or respective owner