Difference between revisions of "User:Krajkreddy/GSOC14/end term summary"
From BRL-CAD
Krajkreddy (talk | contribs) (→Tasks Accomplished) |
Krajkreddy (talk | contribs) (→Tasks Remaining) |
||
Line 11: | Line 11: | ||
==Tasks Remaining== | ==Tasks Remaining== | ||
+ | *Binuif is not implemented as a primitive. | ||
+ | *Constraints api is not mature thus not implemented. | ||
==Way forward== | ==Way forward== |
Revision as of 16:04, 17 August 2014
Contents
Project (End term) Summary
Introduction
This project aimed to wrap BRL-CAD's primitives in python. The python-bindings allows for easy and simple access to the BRL-CAD APIs for geometry construction and manipulation. One of the wonderful project which illustrates the power of Python-BRLCAD can be found at https://github.com/ncsaba/returnboard
I started my work with Python-BRLCAD as Google Summer of Code student. To know more about GSoC please visit http://www.google-melange.com/gsoc/homepage/google/gsoc2014
Tasks Accomplished
- I have implemented the primitives for python-brlcad.
- Also I have wrapped Open Nurbs library to be used in Python by using pybindgen.
Tasks Remaining
- Binuif is not implemented as a primitive.
- Constraints api is not mature thus not implemented.