Bforartists is a free and open source 3D graphics software for Linux, Windows and MacOS. It is a fork of the popular open source 3D software Blender. The main goal of this application is to improve the graphical UI and usability of Blender. It comes with easy to use UI, tool tip and layout. You can use this Bforartists to create game visuals, pre-rendered movies and still images. From modeling, sculpting, texturing, rigging, animation, rendering, up to post processing.
How to Install Bforartists on Ubuntu
Bforartists is available as a portable AppImage, native deb and flatpak packages files. Download Bforartists in .AppImage file format from the above download link and save it on your Downloads folder. Now in the terminal command line application (ctrl+alt+t) run below commands. It will start Bforartists on your system.
Here “Bforartists_360-.glibc2.35-x86_64.AppImage” is the downloaded file name. You can change below commands based on your file name.
cd Downloads
sudo chmod +x ~ Bforartists_360-.glibc2.35-x86_64.AppImage
./Bforartists_360-.glibc2.35-x86_64.AppImage
Install Bforartists via DEB:
Download Bforartists in .deb file format from the above Bforartists download link and save in your system Downloads folder. Now in terminal run Bforartists apt install command.
sudo apt install ./Downloads/Bforartists-3.6.0.deb
Here “Bforartists-3.6.0.deb” is the downloaded file name.
Install Bforartists via Flatpak:
You can also install it via flatpak package from the flathub. After the flatpak and flathub installation, run below command to install Bforartists on your system.
flatpak install flathub de.bforartists.Bforartists
You can start Bforartists flatpak using below command.
flatpak run de.bforartists.Bforartists