Is there any library for creating animated presentations? Although the question is language-agnostic, I'm specifically biased towards WPF, yet I wouldn't mind you giving examples of libraries for any other language, or a visualization language of some sort.

link|improve this question

feedback

4 Answers

up vote 2 down vote accepted
+100

I know some folks, including Turing Award winner Alan Kay, that use Squeak for presentations. Squeak is an interactive programming environment. It combines objects and all the pleasures of a modern language with the immediate feedback of what-you-see-is-what-you-get document editors.

I donnu if there are tutorials on building presentations with Squeak though.

Dan Ingall's Lively might also be of interest for you.

link|improve this answer
feedback

I realise that this will sound to some like a sick joke, but it isn't: Have you considered Adobe Flash? Sure, it can be used for some questionable purposes, but ever since ActionScript 3 came out, it has a suprisingly decent OOP language attached, and it sure can make visuals and animations.

link|improve this answer
feedback

(Question is very broad, hence my multiple answers - and I don't yet have the rep to add comments, only answers)

If it is high end, high-level mathematics you want, you must of course be aware of Mathematica.

At the other end of the scale, even (ugh) PowerPoint and the like can do what can technically be called an animated presentation.

Could you please be more specific about what you mean?

link|improve this answer
feedback

Here is an excellent presentation in Squeak (Squeak is an interactive programming environment. It combines objects and all the pleasures of a modern language with the immediate feedback of what-you-see-is-what-you-get document editors.): Alan Kay on Ted on how to educate children with computers

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.