Exhibit is a free and open source 3D model viewer application for Linux. Using Exhibit, you can preview glTF, STL, STEP, PLY, OBJ, FBX, USD, Alembic and many more file types. It is based on F3D library and written in Python, released under GNU General Public License v3.0. It comes with drag and drop support of 3d models, export an image of the rendered model, tone mapping, ambient occlusion, anti aliasing, material roughness, metallic, color and opacity, HDRI image support and custom color as a background.
Install Exhibit on Ubuntu
Exhibit is available as a flatpak package file from the remote flathub. First install flatpak and flathub on your system and restart it after the installation.
After that open the terminal app (ctrl+alt+t) and run below Exhibit flatpak install command.
flatpak install flathub io.github.nokse22.Exhibit
Open Exhibit using below command.
flatpak run io.github.nokse22.Exhibit
You can also uninstall it using below comands.
flatpak uninstall io.github.nokse22.Exhibit
[OR]
sudo flatpak uninstall io.github.nokse22.Exhibit