LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Making a graphic animation in C#? (https://www.linuxquestions.org/questions/programming-9/making-a-graphic-animation-in-c-878671/)

michaelinux 05-03-2011 09:01 PM

Making a graphic animation in C#?
 
I'm trying to create something like this:
http://galileoandeinstein.physics.vi...jarapplet.html
when you press "fire" you see the graphic.
My program already does all the math, but what i want is that animation of the projectile moving depending on the entered data.
i really don't know how to accomplish that.
I'm using Gtk#.
what would i need to create something like that??

pgpython 05-06-2011 06:58 AM

Have a wonder in the Gtk# api and get a feel for what is available. For the animation you will need to look in to do double buffering to get a smooth fluid animation


All times are GMT -5. The time now is 06:58 AM.