Vengi VoxEdit is a free and open source voxel editor application for Linux, Windows and MacOS. It comes with scripting support, you can load and save different voxel formats and 256 color palettes support. Some important features are LUA scripting api support, layer, scene graph, auto generate content, import images and meshes, viewport screenshots, Layer and Key-Frame animation support and many more.
How to Install Vengi VoxEdit on Ubuntu Linux
You can install Vengi VoxEdit via flatpak and native deb package files. First you need to install flatpak and flathub on your system and restart it after the installation.
flatpak install flathub io.github.mgerhardy.vengi.voxedit
After the installation you can open it via the show applications menu or via below command.
flatpak run io.github.mgerhardy.vengi.voxedit
You can also uninstall it using
sudo flatpak uninstall io.github.mgerhardy.vengi.voxedit
Install Vengi VoxEdit via DEB:
Download the latest version of Vengi VoxEdit and save in your Downloads folder. In the terminal app (ctrl+alt+t) run below commands to install it. Here “vengi-voxedit_0.0.21.0-1_amd64.deb” is the downloaded file name. You can change below command based on the file name and path.
sudo apt install ./Downloads/vengi-voxedit_0.0.21.0-1_amd64.deb
That’s it.