Export 3D Models to Other Formats
Opened this issue · 0 comments
arjxn-py commented
It would be highly beneficial for users to have the ability to export 3D models created in JupyterCad (.jcad files) to other widely used 3D file formats such as .STL, .OBJ, .FBX, and .GLTF.
Some of the common 3D file formats:
- STL: Commonly used for 3D printing.
- OBJ: A flexible and widely supported 3D format used in modeling software.
- FBX: Frequently used in game development and animation pipelines.
- GLTF: A modern format designed for efficient transmission and rendering of 3D models, often used for web-based applications.