From 9450dca66b566242f1b8875592ef4716f18f143d Mon Sep 17 00:00:00 2001 From: mertz Date: Tue, 28 May 2002 08:47:03 +0000 Subject: ajout de la demo ATC strip electronic --- Perl/demos/zinc-demos | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Perl/demos/zinc-demos') diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos index 91032cd..a86e323 100644 --- a/Perl/demos/zinc-demos +++ b/Perl/demos/zinc-demos @@ -145,6 +145,7 @@ $T->insert('end', "\n", '', "Small applications\n", 'title'); $T->insert('end', "1. A simple animated application \"the Wheel of Fortune\".\n", [qw/demo demo-wheelOfFortune/]); $T->insert('end', "2. A simple radar display.\n", [qw/demo demo-simpleradar/]); $T->insert('end', "3. Zetris a clone of the famous tetris game (needs openGL.)\n", [qw/demo demo-Zetris/]); +$T->insert('end', "4. ATC sample fake electronic strips (best with openGL.)\n", [qw/demo demo-groups_in_ATC_strips/]); $T->insert('end', "\n", '', "All Items\n", 'title'); @@ -161,9 +162,11 @@ $T->insert('end', "1. Groups and Priorities.\n", [qw/demo demo-groups_priority/] $T->insert('end', "2. Clipping examples (with simple or multiple contours).\n", [qw/demo demo-clipping/]); $T->insert('end', "3. \"Windows\" with four glasses using curve with multiple contours.\n", [qw/demo demo-window-contours/]); $T->insert('end', "4. A counter quite impossible to do without clipping (needs openGL).\n", [qw/demo demo-counter/]); +$T->insert('end', "5. Use of path tags... to come.\n"); $T->insert('end', "\n", '', "Interactions\n", 'title'); $T->insert('end', "1. Simple interaction on a track.\n", [qw/demo demo-simple_interaction_track/]); +$T->insert('end', "2. Text input in a text item and a track item... to come\n"); $T->insert('end', "\n", '', "Transformation\n", 'title'); -- cgit v1.1