aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertz2002-03-22 15:11:21 +0000
committermertz2002-03-22 15:11:21 +0000
commit5c748584474cebc8488221307bfedae2c66382aa (patch)
treecfe01a067c7e3d60aa9895c20415d09b1a085c61
parent23c192cd8768d9b6b43724de8d31632914f89ad9 (diff)
downloadtkzinc-5c748584474cebc8488221307bfedae2c66382aa.zip
tkzinc-5c748584474cebc8488221307bfedae2c66382aa.tar.gz
tkzinc-5c748584474cebc8488221307bfedae2c66382aa.tar.bz2
tkzinc-5c748584474cebc8488221307bfedae2c66382aa.tar.xz
Ajout de la demo Zetris
R�f�rence � la doc zinc dans le man de zinc-demos
-rw-r--r--Perl/demos/zinc-demos5
1 files changed, 5 insertions, 0 deletions
diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos
index 79446c7..7fdfd45 100644
--- a/Perl/demos/zinc-demos
+++ b/Perl/demos/zinc-demos
@@ -143,6 +143,7 @@ $T->insert('end',
$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', "\n", '', "All Items\n", 'title');
@@ -465,4 +466,8 @@ defaults to the released user contributed directory, "zinc_contrib_lib".
Steve Lidie <Stephen.O.Lidie@Lehigh.EDU> and slight adaptation by Christophe Mertz <mertz@cena.fr>
+=head1 SEE ALSO
+
+The zinc documentation is available as a pdf file refman.pdf and as an html pages refman/index.html
+
=cut