This Python program generates 3D models from an image by creating customizable tower-shaped structures, with height and color derived from the image’s pixel data.
Designed for generating patterns used on a Stratasys Fabric printer.
- Generate tower models using customizable shapes and layouts
- Options for adjusting tower height based on image color data
- Real-time model preview
- Export final 3D model to OBJ format
- Python 3.x
- Pillow
- PyOpenGL
- NumPy
- Trimesh
- PyQt5 (optional for GUI)