XNA GUI Animation
Uploader Comments (DigitalRuneSoftware)
All Comments (6)
-
thank you so much for replies, but since I have seen much more support towards C# which XNA was originally written for, I don't see much enthusiasm in workin with VB anymore XD I moved onto C# so I can get the full support from XNA, btw, I didnt knew you could use ur libraries into VB! now that makes me think xD lol anyways thanks again!
-
Can i implement DigitalRune to VB 2010? or I need to to the translation from C# to VB?
-
@joeycost - To make the elements move or bounce the scale/rotation/translation properties of the UI elements are animated over time. In this example the properties are simply animated from a start value to an end value, where start and end value are interpolated using different "easing functions".
You might want to search the web for the keyword "easing functions". (You can also visit the DigitalRune website and download the source code of the GUI animation example.)
Or you guys supports VB 2010?
TheMasamura112 2 months ago
@TheMasamura112 Our source code and samples are written in C#. We do not have VB experience. But we have users who use the DigitalRune libraries with VB.
DigitalRuneSoftware 2 months ago