summaryrefslogtreecommitdiff
path: root/Examples/index.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2009-08-18 20:56:02 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-09-25 16:59:08 +0000
commit9f8a09ed743cedd9547bf0661d518647966ab114 (patch)
tree9c7803d3b27a8ec22e91792ac7f7932efa128b20 /Examples/index.html
downloadswig-tarball-master.tar.gz
Imported from /srv/lorry/lorry-area/swig-tarball/swig-1.3.40.tar.gz.HEADswig-1.3.40master
Diffstat (limited to 'Examples/index.html')
-rw-r--r--Examples/index.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/Examples/index.html b/Examples/index.html
new file mode 100644
index 0000000..f8b614a
--- /dev/null
+++ b/Examples/index.html
@@ -0,0 +1,58 @@
+<html>
+<head>
+<title>SWIG Examples</title>
+</head>
+
+<body bgcolor="#ffffff">
+<H1>SWIG Examples</H1>
+
+<p>
+Welcome to the browsable SWIG Examples directory. This directory contains a
+collection of examples that illustrate various SWIG features for a variety
+of target languages. First, it is important to cover a few preliminaries:
+
+<ul>
+<li>All of the examples depend on the file <tt>Examples/Makefile</tt>
+found within the SWIG distribution. This file is created by
+'configure' and usually requires no modifications. However, if you
+have an usual installation of packages or experience compilation
+problems, you may need to make a few modifications.
+
+<p>
+<li>The examples directory is a work in progress and will probably remain
+somewhat incomplete. At this time, the Examples directory is somewhat sparse
+since it is being rewritten and reoganized.
+
+<p>
+<li>
+The SWIG user manual also contains a large variety of examples.
+</ul>
+
+
+<h2>Fundamentals</h2>
+
+Follow one of these links to see some simple examples for a specific target
+language:
+
+<ul>
+<li><a href="python/index.html">Python</a>
+<li><a href="perl5/index.html">Perl5</a>
+<li><a href="tcl/index.html">Tcl</a>
+<li><a href="guile/">Guile</a>
+<li><a href="java/index.html">Java</a>
+<li><a href="mzscheme">Mzscheme</a>
+<li><a href="ruby/index.html">Ruby</a>
+</ul>
+
+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.
+
+<h2>Real Life</h2>
+
+The <a href="GIFPlot/">GIFPlot</a> directory contains examples that illustrate the use of SWIG with
+a moderately complex C library for creating GIF images. Many of these
+examples illustrate more advanced SWIG features.
+
+</body>
+</html>
+
+