Quick 3D is a React-based web application that allows users to seamlessly convert 2D images (like PNG or JPG) into 3D STL (stereolithography) models. The app leverages image processing techniques to generate heightmaps or depth-based models from grayscale images, which are then transformed into downloadable STL files suitable for 3D printing or modeling.
-
Image Upload: Upload PNG, JPG, or JPEG images from your device.
-
Depth Mapping: Converts grayscale or monochrome images into 3D height-based meshes.
-
STL Export: Download the 3D model as a standard STL file.
-
Preview Viewer: View and rotate the generated 3D model in real-time before downloading.
- React
- Vite
- Three.js – for 3D model rendering
- Tailwind CSS – for styling
- Python Fast API
- Axios – for API requests
-
Multiple Download Formats like glb, glTF
-
AI-based Depth Estimation
-
In-browser Model Editor
-
Custom Height Controls
-
Multi-layer Image Support
🔗 Visit here: Quick-3D Live Site