<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    One other thing to consider is that openNURBS seems to be packaged
    in no main linux distro (at least, could not find any). So imho,
    would be best to keep such exotic libs nice and cosy in /extern (the
    xxIO and OSL familly are already rather hairy to handle in stuff
    like install_deps.sh :/ ).<br>
    <br>
    <div class="moz-cite-prefix">Le 01/06/2014 15:44, Jonathan deWerd a
      écrit :<br>
    </div>
    <blockquote
      cite="mid:CD464CC4-DAC9-45F8-A6A6-3551B397A913@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      Here is the download link for convenience: <a
        moz-do-not-send="true"
        href="http://download.rhino3d.com/openNURBS/5.0/release/download/">C++
        openNURBS SDK</a>
      <div><br>
        <div>
          <div>On Jun 1, 2014, at 9:42 AM, Jonathan deWerd &lt;<a
              moz-do-not-send="true" href="mailto:jjoonathan@gmail.com">jjoonathan@gmail.com</a>&gt;
            wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">
            <meta http-equiv="Content-Type" content="text/html;
              charset=UTF-8">
            <div style="word-wrap: break-word; -webkit-nbsp-mode: space;
              -webkit-line-break: after-white-space;">On Jun 1, 2014, at
              8:59 AM, Sergey Sharybin &lt;<a moz-do-not-send="true"
                href="mailto:sergey.vfx@gmail.com">sergey.vfx@gmail.com</a>&gt;
              wrote:<br>
              <div><br class="Apple-interchange-newline">
                <blockquote type="cite">
                  <div dir="ltr">Hi,
                    <div><br>
                    </div>
                    <div>How huge OpenNURBS is? If it's big enough
                      libraries (like OSL) we don't put them into
                      extern/.</div>
                  </div>
                </blockquote>
                <div>It's pretty big. Not the biggest extern_* but
                  normalized by usefulness it's almost certainly the
                  biggest:</div>
                <div><br>
                </div>
                <div>
                  <div>192M <span class="Apple-tab-span"
                      style="white-space:pre"> </span> libextern_libmv.a<span
                      class="Apple-tab-span" style="white-space:pre"> </span>#
                    81 824 lines of code via wc -l</div>
                  <div>109M <span class="Apple-tab-span"
                      style="white-space:pre"> </span> libextern_ceres.a</div>
                  <div> 77M <span class="Apple-tab-span"
                      style="white-space:pre"> </span> libextern_opennurbs.a
                                # 270 137 lines of code via wc -l</div>
                  <div> 61M <span class="Apple-tab-span"
                      style="white-space:pre"> </span> libbf_freestyle.a</div>
                  <div> 32M <span class="Apple-tab-span"
                      style="white-space:pre"> </span> libextern_carve.a
                                        # 32 897 lines of code via wc -l</div>
                  <div> 22M <span class="Apple-tab-span"
                      style="white-space:pre"> </span> libge_logic_ketsji.a</div>
                  <div> 21M <span class="Apple-tab-span"
                      style="white-space:pre"> </span> libbf_rna.a</div>
                  <div><br>
                  </div>
                  <div>Is the alternative to put it into the subversion
                    "lib" folder (the one with binaries)? How should I
                    go about doing that (I can handle the cmake, I mean
                    who should I talk to to get it actually added to the
                    svn)? Alternatively, could you do that for me
                    (rather than setting up svn access so I can add a
                    single library)? It builds cleanly on mac os x
                    without additional modifications, so hopefully it
                    won't be too much work.</div>
                </div>
                <br>
                <blockquote type="cite">
                  <div dir="ltr"> And what was the result investigation
                    nurbana's tessellator?</div>
                </blockquote>
                <div>I didn't really get around to looking at it (other
                  than finding where it was), but it's the next thing on
                  the todo list. I'll let you know when I take a look.</div>
                <br>
                <blockquote type="cite">
                  <div class="gmail_extra">
                    <br>
                    <br>
                    <div class="gmail_quote">On Sat, May 31, 2014 at
                      1:56 PM, Jonathan deWerd <span dir="ltr">&lt;<a
                          moz-do-not-send="true"
                          href="mailto:jjoonathan@gmail.com"
                          target="_blank">jjoonathan@gmail.com</a>&gt;</span>
                      wrote:<br>
                      <blockquote class="gmail_quote" style="margin:0 0
                        0 .8ex;border-left:1px #ccc
                        solid;padding-left:1ex">
                        This week's progress:<br>
                        - I can successfully load order 2, 3, and 4
                        NURBS curves! To be clear: no surfaces yet and I
                        haven't added support for a bunch of .3dm
                        features, from small ones (not-open curves with
                        irregular knots) to big ones (trimming). But I'm
                        not held up on these, I'm hung up on...<br>
                        - Integrating opennurbs into cmake. I got my
                        first result by manually tweaking the Xcode
                        files that came out of cmake but this is no good
                        in general. I've put opennurbs in the "extern"
                        folder and I'm still working out how to persuade
                        cmake to generate the appropriate build files.<br>
                        - Got a stakeholder .3dm testfile. It's not
                        production data but it tests for a specific cut
                        that was needed in production. I have lots of
                        .3dms now: I have 3dms that I made, 3dms from
                        stakeholders, and lots of 3dms from the Rhino
                        example libraries.<br>
                        <br>
                        Things that were done this week that weren't
                        progress:<br>
                        - Reading trimming literature<br>
                        <br>
                        What I want to have done by next Friday:<br>
                        - Integrating opennurbs into cmake<br>
                        - Surface import (ideally including trimming
                        although I suspect it will slide another week)<br>
                        - Midterm proposal (didn't really work on it
                        this week)<br>
                        <br>
                        <br>
                        Cheers,<br>
                        Jon<br>
                        _______________________________________________<br>
                        Soc-2014-dev mailing list<br>
                        <a moz-do-not-send="true"
                          href="mailto:Soc-2014-dev@blender.org">Soc-2014-dev@blender.org</a><br>
                        <a moz-do-not-send="true"
                          href="http://lists.blender.org/mailman/listinfo/soc-2014-dev"
                          target="_blank">http://lists.blender.org/mailman/listinfo/soc-2014-dev</a><br>
                      </blockquote>
                    </div>
                    <br>
                    <br clear="all">
                    <div><br>
                    </div>
                    -- <br>
                    <div><span style="color:rgb(102,102,102)">With best
                        regards, Sergey Sharybin</span></div>
                  </div>
                  _______________________________________________<br>
                  Soc-2014-dev mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:Soc-2014-dev@blender.org">Soc-2014-dev@blender.org</a><br>
                  <a moz-do-not-send="true"
                    href="http://lists.blender.org/mailman/listinfo/soc-2014-dev">http://lists.blender.org/mailman/listinfo/soc-2014-dev</a><br>
                </blockquote>
              </div>
              <br>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Soc-2014-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Soc-2014-dev@blender.org">Soc-2014-dev@blender.org</a>
<a class="moz-txt-link-freetext" href="http://lists.blender.org/mailman/listinfo/soc-2014-dev">http://lists.blender.org/mailman/listinfo/soc-2014-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>