I am trying to build a page with a simple “drag and drop” box in which users can upload 3D model files (formats such as STL, OBJ, etc…), and then view the model (similar to the image uploader). It doesn’t have to be interactive, but perhaps where it’s continuously rotating.
Additionally, I would like to be able to grab simple pieces of info of the model such as its dimensions.
Currently I haven’t found anything on Bubble that supports this. I have been able to create a simple Python script that reads 3D model files and displays them with Matplotlib. Is there a way to integrate this into Bubble?
What options are avaiable for this?