Skip to content

utilityresearchlab/visualize-mesh-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visualize-mesh-python

Sample using Polyscope and libigl to Visualize Meshs

Setup the Virtual Env

  1. From the directory of this folder, create a virtual env using: python3 -m venv env
  2. Activate the virtual environment: source env/bin/activate
  3. Install the required packages using: pip install -r requirements.txt
  4. When adding new packages, be sure to update the requirements.txt using: pip freeze > requirements.txt

Running the script

  1. Activate the virtual environment: source env/bin/activate
  2. Run the script python visualizemesh.py

Acknowledgements

About

Sample using Polyscope and LibIGL to Visualize Meshes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages