Assimp
A C++ library that reads 40 plus 3D formats into one common scene structure. A developer dependency, not an application.
Almost nothing in a 3D pipeline stays in the format it was authored in. A model gets exported to be printed, converted to be opened in CAD, re-exported to be viewed in a browser, and at each of those steps the file is rewritten by a program that has to decide what to keep. This section is about those decisions: which of them are lossless, which quietly discard something, and how to tell before the loss reaches the end of the pipeline.
Converting between mesh formats (STL, OBJ, PLY, GLB, FBX, 3MF) and between mesh and solid formats (STEP), plus the interoperability failures that follow: wrong scale, missing materials, split or merged parts. It does not cover repairing a mesh that is already broken, which is its own section, or choosing between the programs that do the converting, which is what the tool directory is for.
A C++ library that reads 40 plus 3D formats into one common scene structure. A developer dependency, not an application.
Desktop app and SDK that read, heal and convert over 30 CAD and mesh formats. A translator, not an authoring tool.
Cloud-connected CAD, CAM, CAE and PCB in one subscription, strongest on integrated manufacturing and weakest on air-gapped or very large assemblies.
Open source parametric CAD built on the OpenCASCADE B-Rep kernel, with a full Python API and workbenches for mechanical design, BIM, FEM and CAM.
A web component that puts an interactive glTF model and an AR button on a page with one HTML tag. Reads glTF and GLB only.
Open source system for processing and editing 3D triangular meshes, widely used for scan cleanup, repair and format conversion.