GRASS and Python

From GRASS-Wiki
Revision as of 13:02, 19 May 2006 by ⚠️Dassau (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Python extensions from GRASS GIS

Work done

SWIG (Simplified Wrapper and Interface Generator) is: 1) A compiler that turns ANSI C/C++ declarations into scripting language interfaces. 2) Completely automated (produces a fully working Python extension module). 3) Language neutral. SWIG can also target Tcl, Perl, Guile, MATLAB, etc... 4) Attempts to eliminate the tedium of writing extension modules.

Links