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
|
Tk::Zinc - another Canvas which proposes many new functions, some based on openGL
Install:
perl Makefile.PL
make
make test
# to make demos before installing:
perl -Iblib/arch -Iblib/lib demos/zinc-demos
make install
up-to-date documentation is also available at www.openatc.org/zinc/documentation.html
You will find there the reference manual, a FAQ, a mailing list, its archive
etc...
The source of the documentation is available in the full source package,
which also includes TkZinc for Tcl/Tk, for Perl/Tk, and for Python.
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, please read the README which applies
to all flavors of Tk::Zinc (tcl and perl, linux and windows)
For the copyright, please, read the COPYRIGHT file.
For any question or patch proposal for Tk::Zinc (perl module) build
and installation, please send email to zinc-dev@tls.cena.fr
For any question on Tk::Zinc usage, please use the zinc@tls.cena.fr or look at
http://www.openatc.org/zinc/documentation.html#ml
Tk::Zinc main author is Patrick Lecoanet
Sub-Modules, demos and documentation have been developped by
Daniel Etienne, Christophe Mertz, with contributions from
Stéphane Chatty, Céline Schlienger, Alexandre Lemort
|