Skip to content

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

License

Notifications You must be signed in to change notification settings

eelcovv/pymeshup

 
 

Repository files navigation

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 you can simple run:

python -m pymeshup.GUI

or activate the environment with

./.venv/Scripts/activate

and then run:

pymeshup.exe.

Install a desktop launcher

Create a desktop launcher of the package by running

python.exe make_desktop_launcher.py

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Grammatical Framework 1.7%
  • Batchfile 0.1%