aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Perl/demos/zinc-demos3
1 files changed, 3 insertions, 0 deletions
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');