My grand plan was to finish Alien::OpenCASCADE and then build a companion module for Math::3Space that makes it easy to specify triangle meshes and uses OpenCASCADE to perform solid modeling operations on them (union/difference/intersection) in the style of OpenSCAD, but procedural with objects. Then, combine those two with OpenGL::Sandbox to view it. (I considered using OpenSCAD's underlying C libraries, but read that they were quite a bit less performant than OpenCASCADE)

I haven't finished reading your PDL version of Math::3Space, but my first impression so far is that I'd like to make my modules PDL-aware so that they can read and write to ndarrays (like created by your trigrid3d or loaded from STL), and then for parallel processing just make new modules in the PDL namespace that perform these same operations the PDL-way.


In reply to Re^5: "Magic tools" that take the fun away (Releng/DevOps/Cloud/Virtualization/Container/Server References) by NERDVANA
in thread "Magic tools" that take the fun away by hrcerq

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.