Go to file
huxingyi 6c9d908a76 Support new export format: .ds3obj
ds3obj is the abbreviation of Dust3D Object.
It include the result mesh, rig, motions and extra informations such as nodes, edges which doesn't include in the glTF and FBX files.
2020-11-22 17:12:33 +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 Introduce procedural motion generator 2020-11-09 20:16:06 +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 Support exporting texture images 2020-11-21 12:50:20 +09:30
shaders Introduce texture painting 2020-11-18 00:01:51 +09:30
src Support new export format: .ds3obj 2020-11-22 17:12:33 +09:30
thirdparty Introduce texture painting 2020-11-18 00:01:51 +09:30
.gitignore Fix deform 2018-04-18 00:14:31 +08:00
.travis.yml Update edge detection threshold for toon shaders 2020-10-17 10:40:08 +09:30
ACKNOWLEDGEMENTS.html Introduce procedural motion generator 2020-11-09 20:16:06 +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 Marcus Hilsdorf for the donation 2020-10-26 19:27:10 +09:30
appveyor.yml Update edge detection threshold for toon shaders 2020-10-17 10:40:08 +09:30
dust3d.icns Update application icon 2019-07-30 19:37:31 +09:30
dust3d.pro Support new export format: .ds3obj 2020-11-22 17:12:33 +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 Introduce procedural motion generator 2020-11-09 20:16:06 +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