Code Monkey home page Code Monkey logo

meshcutter's People

Stargazers

Casey Wilson avatar

Watchers

Alex Tsui avatar James Cloos avatar Casey Wilson avatar

meshcutter's Issues

Remove CGAL dependency

The university won't open source the project under a GPL license, so we need to rewrite any parts that use CGAL. Lots of stuff involved here. The overall strategy is to move over to VTK/ITK for all equivalent mesh processing functionality.

  • Convert polyhedron data structure to itk::QuadEdgeMesh
  • Convert PolyhedronPointFinder
  • Look into mesh topology modification i.e. mesh patch parameterization
  • Convert all the VTK elements
  • Convert all the path finding code
  • Convert all the mesh cleaning code

point picking ignores z-buffer

Sometimes, picking points will select vertices that are occluded. The vertex nearest to the cursor and facing the camera should be selected, but this is not always what gets picked.

Reimplement Clausen function

We use the a special case of the Clausen function to compute the energy functional for hyperbolic uniformization of our meshes. Since we can't use GPL code, we can't use libgsl's implementation of the Clausen function. Propose to rewrite using only Boost library:

We can use a series acceleration, which uses the Riemann zeta function to compute the Clausen function. We can approximate the infinite sum by truncating and evaluating efficiently by applying Horner's method.

Remove libpoppler dependency

The idea was to render hyperbolic layouts and use them for interactively exploring hyperbolic space.

We can probably just resolve this issue by disabling any UI elements that construct and show a Poppler document -- this isn't really significantly developed in the codebase.

Remove libply dependency

For convenience, we picked up libply for parsing meshes stored in ASCII PLY file format, but this is GPL code that we can't use.

The proposed fix is to use vtkPLYReader to read in a vtkPolyData and process it downstream from there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.