I'm a beginner when it comes to HTML and websites, but I've recently been experimenting with Python to convert images into STL format successfully. However, I'm facing a challenge when it comes to integrating the STL file into a website. What I'm trying to achieve is similar to the functionality found on the website https://imagetostl.com/, but instead of generating STL files, I want to convert images into USDZ format.
I'd greatly appreciate any guidance or suggestions on how to tackle this problem. Here's a brief overview of what I've accomplished so far:
I've managed to convert images to STL format using Python.
However, I'm unsure how to effectively embed the resulting STL file into a website.
My ultimate goal is to convert images into USDZ format, on a website.
If anyone has experience working with USDZ conversion or integrating 3D files into websites, I would love to hear your insights. Specifically, I'm interested in understanding:
The process of converting images to USDZ format.
How to effectively embed USDZ files into a website.
Any recommended libraries, tools, or tutorials that can simplify this process.
Thank you so much in advance for your help and support. I'm eager to learn and explore this exciting field further!