Non laggy movement in Flex or WPF
- by PaN1C_Showt1Me
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…