Dust3D is a free and open source 3D modeling software for Linux, Windows and MacOS. It streamlining the process of crafting low-poly 3D models suitable for diverse applications such as video games, 3D printing, and beyond. With its user-friendly interface and robust features, Dust3D empowers creators to effortlessly bring their imaginative designs to life, making it an indispensable tool for both seasoned professionals and enthusiasts exploring the realms of digital modeling.
How to Install Dust3D on Ubuntu
To install Dust3D on your Linux system, download the latest Dust3D in .AppImage file format from the above download link and save it on your Downloads folder. Now open the terminal application and run below commands one by one. Here “dust3d-1.0.0-rc.9.AppImage” is the downloaded file name. You can change below commands based on your file name.
cd Downloads
sudo chmod +x ~ dust3d-1.0.0-rc.9.AppImage
./dust3d-1.0.0-rc.9.AppImage
Install Dust3D via Flatpak:
You can also install Dust3D via below flatpak command in the terminal app. It will install the latest version of Dust3D on your system.
flatpak install flathub org.dust3d.dust3d
And open it using below command.
flatpak run org.dust3d.dust3d
Note: If you don’t already have flatpak and flathub installed,then install them on your system using the commands provided below. After the installation, restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And you can also uninstall Dust3D using below command.
flatpak uninstall org.dust3d.dust3d
[OR]
sudo flatpak uninstall org.dust3d.dust3d