aiSee: Animation Examples

aiSee employs two different animation concepts. First, some internal layout calculations can be animated under the control of some options. Second, the entire aiSee tool can be used as an animation handler which animates a sequence of graph specifications. The second concept is currently only supported by aiSee 2. For details, see graph animation.

Sorting algorithmSmooth transitionsTorus
“Big bang”Subgraph wrappingInterprocedural constant propagation
Spider web

Maple tree (.tgz, 7kB, )
Animation of insertions into a red-black tree (animation of a sequence of graph specifications, smooth transitions on). The archive contains 26 GDL files, 4 icon files, and a shell script.

Requirements:
aiSee 2. Best viewed at a screen resolution of 1024x742 or higher.

How to install:
> tar -xzvf aiSee_anim_maple_tree.tgz
> cd anim_maple_tree
> chmod 755 aiseeanim
> aiseeanim

Maple tree

Top

Torus (.tgz, 17kB, )
Animation of a torus (animation of a sequence of graph specifications, smooth transitions on). The archive contains 15 GDL files, an icon file, and a shell script.

Requirements:
aiSee 2. Best viewed at a screen resolution of 800x600 or higher.

How to install:
> tar -xzvf aiSee_anim_torus.tgz
> cd anim_torus
> chmod 755 aiseeanim
> aiseeanim

Torus

Top

Force-directed layout algorithm (.gdl, 17kB, )
Animation of aiSee’s internal layout calculations (single GDL file).

Requirements:
aiSee 2.

Run aiSee from the command line with the downloaded file as follows:
> aisee -epanim torus.gdl

Torus
Download

Top

Subgraph wrapping (.tgz, 126kB, )
Animation of an evolution tree (animation of a sequence of graph specifications, smooth transitions on). The archive contains 21 GDL files, an icon file, and a shell script.

Requirements:
aiSee 2. Best viewed at a screen resolution of 800x600 or higher.

How to install:
> tar -xzvf aiSee_anim_dinos.tgz
> cd anim_dinos
> chmod 755 aiseeanim
> aiseeanim

Subgraph wrapping

Top

Spider web (.tgz, 12kB, )
Animation of a sequence of graph specifications, smooth transitions off. The archive contains 10 GDL files, 2 icon files, and a shell script.

Requirements:
aiSee 2. 400+ MHz PC recommended. Best viewed at a screen resolution of 800x600 or higher.

How to install:
> tar -xzvf aiSee_anim_spider.tgz
> cd anim_spider
> chmod 755 aiseeanim
> aiseeanim

Subgraph wrapping

Top

aiSee 2 animation library (.tar.gz, 19kB, )
Contains the aiSee animation library and documentation of how it can be used in other programs.

How to install:
> gunzip aiSee_anim_lib.tar.gz
> tar -xvf aiSee_anim_lib.tar
> cd aiseeanimation
> more README

aiSee Animation Library