Click here to Skip to main content
15,910,234 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am making a project on scientific simulation using C#. Which library in C# is used to make a scientific animation? Please tell me!!!
Posted

My search on the internet returned this[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 1-Apr-11 3:29am    
Not bad (my 5) but... best library is no library, isn't it? (I mean, no 3rd party.)
So... please see my Answer.

Abhinav! It's first of April today.
Please see this post (and of course my "Answer"): http://www.codeproject.com/Answers/175616/WARNING-Black-Line-of-Death-in-windows-phone-7.aspx

:-) :-)

--SA
The powerful animation capabilities are available if your using WPF.

http://msdn.microsoft.com/en-us/library/ms752312.aspx[^]. If you need scientific-oriented approach, this is even better, because you can animate one or more of very different characteristic at a time, such as parameters of transofmation matrix, position and orientation of separate objects, etc. Remember, there are several different levels of animations, starting from your own rendering (very low-level and non-typical) to a very hight level. The most flexible level is somewhere in the middle, when you put objects on a canvas and animate the object properties.

—SA
 
Share this answer
 
Comments
Abhinav S 1-Apr-11 4:50am    
Nice answer. 5.
Sergey Alexandrovich Kryukov 1-Apr-11 5:05am    
Thank you, Abhinav.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900