Is there any realisation of animated GUI for any language except Silverlight?
Something like jQuery animations in web applications.
Something without requiring the user to install anything before using application.
Thanks 😉
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You specifically exclude Silverlight, though it’s not clear whether that is only because it targets the Web or for other reasons, too.
If you’re happy to develop against the .NET Framework (which these days should be installed on most recent Windows systems), you could look at WPF (Windows Presentation Foundation), which has many similarities to Silverlight (e.g. it’s also based on XAML), but targets desktop applications.