Perl Bindings

From BRL-CAD
Revision as of 15:11, 3 March 2014 by Tbrowder (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This project proposal is to use SWIG to wrap BRL-CAD libraries with Perl bindings.

The goal of this GSOC task is to wrap the BRL-CAD ray-tracing library (and its dependencies) for use by Perl.

A requirement of the task will be to include the SWIG wrapping as an option in the overall BRL-CAD build structure.

A desirable feature will be to generalize the structure as much as possible to ease adding other language bindings (as well as BRL-CAD libraries) via SWIG.

References[edit]

Requirements[edit]

  • Strong familiarity with both C and Perl