Perl Geometry

From BRL-CAD
Revision as of 13:57, 3 March 2014 by Tbrowder (talk | contribs) (skeleton beginning; page copied from Python Geometry and edited)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

perl-brlcad is a proposed effort to wrap BRL-CAD functionality with Perl code (see References).

The project has not been started, but the sister Python project may be used as a template.

To complete the goal of this GSOC task, at least the following primitives (already implemented in Python) would need to be done:

ARBN, ARB, EHY, ELL, ELL, EPA, ETO, EXTRUDE, HYP, PIPE, PARTICLE, REVOLVE, RHC, RPC, SKETCH, TGC, REC, TOR, COMBINATION

Completing any of the remaining primitives would be very desirable:

ARS, BINUNIF, BOT, BREP, CLINE, DSP, EBM, GRIP, HALF, HF, METABALL, NURB, PG, SUBMODEL, SUPERELL, VOL, PNTS, ANNOTATION, HRT, CONSTRAINT


References

Requirements

  • Familiarity with C;
  • Strong familiarity with Perl