Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • pyddg pyddg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 190
    • Issues 190
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pyddg
  • pyddgpyddg
  • Issues
  • #542
Closed
Open
Issue created Oct 07, 2022 by Le Nam Do@doDeveloper

Interesting libraries

...which may be better than our data structure implementations:

OpenMesh for half edges

  • https://www.graphics.rwth-aachen.de/software/openmesh/ Python bindings https://pypi.org/project/openmesh/
  • This project has been around for ~20 years, so I'd assume it's more mature/faster/has more features than what we have.

libigl

  • it seems that libigl does some similar things as our library (in particular optimize)
  • it even has python bindings. Python bindings considered beta.
  • various algorithms operating on IFS (note that their Python implementation specifically tries to avoid wrappers and extra classes - they don't have an IFS class and only rely on NumPy arrays).

trimesh https://github.com/mikedh/trimesh

polyscope https://polyscope.run/

Edited Mar 28, 2023 by Nina Smeenk
Assignee
Assign to
Time tracking