import source from 1.3.40
[external/swig.git] / Examples / index.html
1 <html>
2 <head>
3 <title>SWIG Examples</title>
4 </head>
5
6 <body bgcolor="#ffffff">
7 <H1>SWIG Examples</H1>
8
9 <p>
10 Welcome to the browsable SWIG Examples directory.  This directory contains a 
11 collection of examples that illustrate various SWIG features for a variety
12 of target languages.  First, it is important to cover a few preliminaries:
13
14 <ul>
15 <li>All of the examples depend on the file <tt>Examples/Makefile</tt>
16 found within the SWIG distribution.  This file is created by
17 'configure' and usually requires no modifications.  However, if you
18 have an usual installation of packages or experience compilation
19 problems, you may need to make a few modifications.
20
21 <p>
22 <li>The examples directory is a work in progress and will probably remain
23 somewhat incomplete.  At this time, the Examples directory is somewhat sparse
24 since it is being rewritten and reoganized.
25
26 <p>
27 <li>
28 The SWIG user manual also contains a large variety of examples.
29 </ul>
30
31
32 <h2>Fundamentals</h2>
33
34 Follow one of these links to see some simple examples for a specific target
35 language:
36
37 <ul>
38 <li><a href="python/index.html">Python</a>
39 <li><a href="perl5/index.html">Perl5</a>
40 <li><a href="tcl/index.html">Tcl</a>
41 <li><a href="guile/">Guile</a>
42 <li><a href="java/index.html">Java</a>
43 <li><a href="mzscheme">Mzscheme</a>
44 <li><a href="ruby/index.html">Ruby</a>
45 </ul>
46
47 If your target platform is Windows, make sure you also see the <a href="../Doc/Manual/Windows.html">Windows</a> page in the main manual.
48
49 <h2>Real Life</h2>
50
51 The <a href="GIFPlot/">GIFPlot</a> directory contains examples that illustrate the use of SWIG with
52 a moderately complex C library for creating GIF images.  Many of these
53 examples illustrate more advanced SWIG features.
54
55 </body>
56 </html>
57
58