1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
Tk::Zinc - another Canvas which proposes many new functions, some based on openGL
Install:
perl Makefile.PL
make
make test
# to run demos before installing:
perl -Iblib/arch -Iblib/lib demos/zinc-demos
make install
up-to-date documentation is also available at http://www.tkzinc.org/index.php/Main/Documentation
You will find there the reference manual, a FAQ, a mailing list, its archive
etc...
The source of the reference manual is available in the full source package,
which also includes TkZinc for Tcl/Tk, for Perl/Tk, and for Python (Python binding
are now obsoletes).
After installation, we recommend you to launch the zinc-demos script,
a frontend to more than 30 small demos.
For more information on building Tk::Zinc, a README is available in
the tkzinc-*tgz tar file (on Tkzinc web site) used for building
tcl flavor of Tk::Zinc
For the copyright, please, read the COPYRIGHT file.
For any question on Tk::Zinc usage, build or installation pb,
please send email to zinc@tls.cena.fr
This mailing list can be subscribed from
http://www.tkzinc.org/index.php/Main/MailingList. You can
also send a question without subscribing, but you will be asked
for a confirmation to avoid spam on the list!
Authors and Contributors:
Tk::Zinc main author is Patrick Lecoanet
Sub-Modules, demos and documentation have been developped by
Daniel Etienne, Christophe Mertz, Jean-Luc Vinot, with contributions
from Stéphane Chatty, Céline Schlienger, Alexandre Lemort
Stéphane Conversy contributed for the MacOSX port.
Many others contributed with their bug reports!
|