Go to file
huxingyi e21393d929 Update CI 2020-10-15 22:41:52 +09:30
.github Create FUNDING.yml 2020-06-25 06:49:21 +09:30
ci Update org.dust3d.dust3d.appdata.xml [skip ci] 2020-05-20 17:32:39 +09:30
docs Fix typos found using `codespell -wi3` 2020-09-11 23:30:04 +09:30
include Add experimental libdust3d for windows [skip ci] 2020-07-24 14:42:40 +09:30
languages Release 1.0 RC 6 2020-04-12 20:14:20 +09:30
lib Add experimental libdust3d for windows [skip ci] 2020-07-24 14:42:40 +09:30
resources Update example models [skip ci] 2020-04-13 23:14:35 +09:30
shaders Fix shader camera pos [skip ci] 2020-04-13 22:55:04 +09:30
src Increase part tree icon size 2020-10-15 22:29:25 +09:30
thirdparty Update CGAL to 5.1 2020-10-13 22:14:25 +09:30
.gitignore Fix deform 2018-04-18 00:14:31 +08:00
.travis.yml Update CI 2020-10-15 22:41:52 +09:30
ACKNOWLEDGEMENTS.html Change to single instance with multiple windows 2020-04-04 10:24:05 +09:30
AUTHORS Add new author @st4ll1 [skip ci] 2020-07-17 07:18:59 +09:30
BUILD Prepare 1.0.0-beta.16 2019-03-10 11:26:54 +09:30
CHANGELOGS.md Update CHANGELOGS 2020-04-12 19:04:18 +09:30
CONTRIBUTORS Thanks askNK for the tutorial [skip ci] 2020-07-16 07:25:27 +09:30
LICENSE Add LICENSE 2018-04-19 14:26:08 +08:00
README.md Update README [skip ci] 2020-10-14 21:04:20 +09:30
SUPPORTERS Thanks Andrias Kutsar for the donation [skip ci] 2020-10-14 07:51:55 +09:30
appveyor.yml Update CI 2020-10-15 22:41:52 +09:30
dust3d.icns Update application icon 2019-07-30 19:37:31 +09:30
dust3d.pro Fix part preview UI poor performance 2020-10-15 19:39:57 +09:30
dust3d.pro.flatpak.patch adding flatpak manifest + patch to create flatpak application 2020-04-18 07:17:59 +09:30
dust3d.rc Update logo 2019-06-13 00:08:47 +09:30
favicon.ico Update application icon 2019-07-30 19:37:31 +09:30
org.dust3d.dust3d.json Only build on x86_64 for flathub [skip ci] 2020-06-05 07:41:09 +09:30
resources.qrc Thanks Igor Costa de Faria for the sponsership [skip ci] 2020-07-13 07:49:34 +09:30

README.md

appveyor status travis status readthedocs status

Buy me a coffee for staying up late coding :-)

Overview

Dust3D is brand new 3D modeling software. It lets you create watertight 3D models in seconds. Use it to speed up character modeling for games, 3D printing, and so on.

Examples

Installation

Dust3D is available for Windows, macOS, and Linux under the MIT license. Its completely free and open source

You can get the latest version in the Releases tab of this GitHub repository. If you're feeling adventurous, you can also build from source.

Windows

Download the .exe no installation necessary.

macOS

On macOS, you can download the .dmg file or with homebrew:

brew cask install dust3d

Linux

We provide a .AppImage file in the releases tab:

chmod a+x ./dust3d-1.0.0-rc.6.AppImage
./dust3d-1.0.0-rc.6.AppImage

External Media

Contributing

Any contributions are welcome including bugfixes, fixing typos, adding tests, proposing new features, and letting more people know about Dust3D.

License

Dust3D's source code is available under the MIT license, however, some third party libraries we use are not MIT license compatible, such as CGAL. You can use the released Dust3D software freely no matter for personal or for commercial purpose, and you can integrate the source code of Dust3D to your project as MIT licensed, but with the third party libraries on the specified license respectively.

Acknowledgements

https://raw.githubusercontent.com/huxingyi/dust3d/master/ACKNOWLEDGEMENTS.html