I am pretty sure GTK can offer all kinds of tricks including animation. It is a Graphical Tool Kit after all.
The new gnuplot introduced for the JHS part of J7 can do all kinds of interesting things. One of the J demos that calls gnuplot in JHS gives a popup that you can interact with so I guess it is connected with some animation possibilities. J7 JHS too a giant leap yesterday with this gnuplot connection. 2011/11/25 Lippu Esa <[email protected]> > Hi! > > In J6 you could put different curves in the same plot in an animated > fashion. In J7 the plot is not shown until all curves are there i.e. no > animation. Is there a way to do this? > > Esa > > load 'plot' > > pp=: 3 : 0 > inc=.%y > npi=.o.inc*i:y > pd 'reset' > i=.0 > while. i<1 do. > pd 1 o.npi+i > pd 'show' > i=.i+inc > end. > ) > > pp 20 > > NB. end of example > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Björn Helgason, Verkfræðingur Fornustekkum II 781 Hornafirði, t-póst: [email protected] gsm: +3546985532 twitter: @flugfiskur http://groups.google.com/group/J-Programming Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans góður kennari getur stigið á tær án þess að glansinn fari af skónum /|_ .-----------------------------------. ,' .\ / | Með léttri lund verður | ,--' _,' | Dagurinn í dag | / / | Enn betri en gærdagurinn | ( -. | `-----------------------------------' | ) | (\_ _/) (`-. '--.) (='.'=) ♖♘♗♕♔♙ `. )----' (")_(") ☃☠ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
