The Wayback Machine - https://web.archive.org/web/20220409090658/https://github.com/topics/mesh-processing
Skip to content
#

mesh-processing

Here are 111 public repositories matching this topic...

pyvista
tkoyama010
tkoyama010 commented Mar 29, 2022

Describe what maintenance you would like added.

  • A clear and concise description of the maintenance problem.
    There are some Python libraries in the sentences that are all lowercase. For example, numpy. The official name is NumPy , so the N and P should be capitalized. Lowercasing is code-influenced and incorrect. Please check the official name of other libraries and correc
maintenance good first issue
glTF-Transform
donmccurdy
donmccurdy commented Mar 14, 2022

Now that version 2.x supports HTTP requests, it'd be helpful to add a few "quality of life" things for working with remote files. A couple I've noticed:

  • Logger could display something while downloading remote files (under verbose mode only)
  • Create local folders (e.g. ./texture/) under asset root path if needed

Example:

gltf-transform cp https://example.com/path/to/model.g
feature good first issue package:cli package:core

Improve this page

Add a description, image, and links to the mesh-processing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mesh-processing topic, visit your repo's landing page and select "manage topics."

Learn more