The first part of this video shows MeshLib Python Installation process on Windows
Before installing MeshLib SDK for Python, ensure you have the following:
For installation via pip
, MeshLib supports Python versions 3.8 to 3.12 across all platforms.
Download the supported version of Python.
You can use any Python-compatible editor, such as Visual Studio Code, PyCharm, or any IDE you prefer.
MeshLib is available on PyPI for Windows, macOS, and Linux. Install it with:
MeshLib provides a set of example scripts available on here. These examples are helpful for both developers and testers. Additionally, the Python library allows you to explore all the available functions in mrmeshpy
using the standard help(meshlib.mrmeshpy)
command.
Now that you have installed MeshLib, you can start exploring its features. Here's an example of how to open and manipulate a 3D mesh using the MeshLib Viewer in Python.