Python Bindings

From BRL-CAD
Revision as of 14:00, 28 February 2014 by Javampires (talk | contribs) (Created page with "While it would be possible to do this using SWIG, python-brlcad is an already on-going effort to wrap BRL-CAD functionality in python/ctypes via ctypesgen to allow for easier ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

While it would be possible to do this using SWIG, python-brlcad is an already on-going effort to wrap BRL-CAD functionality in python/ctypes via ctypesgen to allow for easier scripting (see References).

The project is in it's early development stage, the source code allows for now the scripting (read/modify/write) of only a selected set of primitives using libwdb.

The goal of this GSOC task is to wrap the libged BRL-CAD library to match the geometry editing capabilities of mged directly from the python command line.

References

Requirements

  • Strong familiarity with both C and python