Updated some examples
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@490 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
905fb9b3b6
commit
b3e124ac21
22 changed files with 745 additions and 96 deletions
57
Examples/index.html
Normal file
57
Examples/index.html
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>SWIG Examples</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
<H1>SWIG Examples</H1>
|
||||
|
||||
<tt>$Header$</tt> <br>
|
||||
|
||||
<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/index.html">Guile</a>
|
||||
<li><a href="java/index.html">Java</a>
|
||||
<li><a href="mzscheme/index.html">Mzscheme</a>
|
||||
</ul>
|
||||
|
||||
<h2>Real Life</h2>
|
||||
|
||||
The the <a href="GIFPlot/index.html">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>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue