We implemented Local Gauss Thinning and an interactive interface.
The repo contains some jupyter notebooks which can execute global and local Gauss Thinning on example meshes.
Additionally, the folder frontend
contains code for a React frontend which uses Three.js to render the meshes and the folder backend
contains a small python websocket server which will do the local Gauss Thinning triggered by the frontend in the future.
- Gauss Thinning project website
- Gauss Thinning paper
- Gauss Thinning paper presentation
- Gauss Thinning repository (C++)
Only Chrome and Safari are supported right now.