-
Notifications
You must be signed in to change notification settings - Fork 3
Perl_Bindings
Dashamir Hoxha edited this page Jul 6, 2021
·
1 revision
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.
- brlcad: src/librt
- http://www.swig.org/
- Strong familiarity with both C and Perl