Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 988 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 988 Bytes

Algorithmic folding course - In-depth assignment on Gauss Thinning

Project

We implemented Local Gauss Thinning and an interactive interface.

Structure

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.

Resources

Compatibility

Only Chrome and Safari are supported right now.