Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: API Development for MeshLab Server on Linux Platform #1514

Open
hosseinqadiri opened this issue Jul 31, 2024 · 1 comment
Open

Comments

@hosseinqadiri
Copy link

Platform: Linux Server
MeshLab Version: Latest Stable Version (2020.12)

Description:

I am currently using MeshLab on a Linux server where users upload their 3D models, and we process these models using MeshLab for polygon reduction and other optimizations. The processed output is then emailed to the users.

Feature Request:
I would like to request the development of an API for MeshLab that allows for automated submission of 3D models (e.g., FBX files) to the MeshLab server, along with specific processing parameters (like polygon reduction). The API should then return the processed output that can be automatically saved or sent back to the users.

Steps to Reproduce:

Users upload 3D models (FBX files) to the server.
The server automatically processes these models using MeshLab, applying predefined optimizations such as polygon reduction.
The processed models are then sent back to users via email.
Current Limitation:

Currently, we need to manually execute the MeshLab processes via command line, which is not scalable for our application that handles multiple user requests.
An API would enable us to automate this entire workflow, making it more efficient and user-friendly.
Why This Feature is Important:

Automating this process via an API would significantly streamline operations, especially in a multi-user environment.
It would also open up MeshLab to be integrated into various web applications and services that require 3D model processing.
I believe this feature would be beneficial to many users who wish to integrate MeshLab into their automated workflows.

Thank you for considering this feature request!

@alemuntoni
Copy link
Member

I don't understand what are you asking. Are you talking about MeshLab or PyMeshLab??? (anyway: latest version is 2023.12).

PyMeshLab is already an API that allows to execute operations trough python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants