RubendeBruin / pymeshup

Building volume meshes from scratch using coordinates, primitives and boolean operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyMeshUp

PyMeshUp aims to provide an easy way to make simple volume meshes using a script.

This is done by wrapping some of the features of pymeshlab and adding an gui.

image

To run the gui:

python -m pymeshup.GUI

Installation as package

pip install pymeshup

Pre-build executable

https://www.open-ocean.org/pymeshup/

Building the executable using pyinstaller

pyinstaller PyMeshupGUI.spec

About

Building volume meshes from scratch using coordinates, primitives and boolean operations

License:Mozilla Public License 2.0


Languages

Language:Python 99.9%Language:Batchfile 0.1%