levertyk / image-3D-tower-generator

Python-based program that generates 3D models from images by mapping pixel colors to the height and color of tower-shaped structures. Supports custom tower shapes, layouts, and OBJ export.

Repository from Github https://github.comlevertyk/image-3D-tower-generatorRepository from Github https://github.comlevertyk/image-3D-tower-generator

Image to 3D Tower Model Generator

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.

Features

  • 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

Requirements

  • Python 3.x
  • Pillow
  • PyOpenGL
  • NumPy
  • Trimesh
  • PyQt5 (optional for GUI)

About

Python-based program that generates 3D models from images by mapping pixel colors to the height and color of tower-shaped structures. Supports custom tower shapes, layouts, and OBJ export.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%