Dust3D is a cross-platform 3D modeling software that makes it easy to create low poly 3D models for video games, 3D printing, and more.
These instructions will get you a copy of the Dust3D up and running on your local machine for development and testing purposes.
In order to build and run Dust3D, you will need the following software and tools:
Qt Online Installer
apt-get install qt5-default libqt5svg5-dev
on Ubuntu)A step by step series of examples that tell you how to get a development environment running
Clone the repository
git clone https://github.com/huxingyi/dust3d.git
Build using qmake
dust3d/application
and open the .pro
filedust3d/application
qmake
to generate a Makefilemake
git tag 1.0.0-rc.<number>
git push origin 1.0.0-rc.<number>
Tags/1.0.0-rc.<number>
and create release from tag1.0.0-rc.<number>
dust3d-1.0.0-rc.<number>.zip
, dust3d-1.0.0-rc.<number>.AppImage (Extracted)
, dust3d-1.0.0-rc.<number>.dmg (Extracted)
to binaries.Dust3D is licensed under the MIT License - see the LICENSE file for details.
The list shown represent active sponsors on GitHub and a full list can be viewed at SUPPORTERS.