Go to file
Jeremy HU 0b6b5b9aee
Create FUNDING.yml
2020-06-25 06:49:21 +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 Update download link to RC 7 [skip ci] 2020-04-12 21:33:40 +09:30
languages Release 1.0 RC 6 2020-04-12 20:14:20 +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 Fix document settings been overwritten by importing [skip ci] 2020-04-16 18:48:41 +09:30
thirdparty Add a simple mesh hole fixer 2020-04-14 21:20:19 +09:30
.gitignore Fix deform 2018-04-18 00:14:31 +08:00
.travis.yml Fix CI 2020-02-09 22:44:26 +09:30
ACKNOWLEDGEMENTS.html Change to single instance with multiple windows 2020-04-04 10:24:05 +09:30
AUTHORS Add new author @Jarred-Sumner [skip ci] 2020-05-16 19:33:25 +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 Add contributors [skip ci] 2020-04-18 07:24:54 +09:30
LICENSE Add LICENSE 2018-04-19 14:26:08 +08:00
README.md Add donation button [skip ci] 2020-06-19 10:54:55 +09:30
appveyor.yml Fix CI for win32 [skip ci] 2020-03-01 23:56:02 +09:30
dust3d.icns Update application icon 2019-07-30 19:37:31 +09:30
dust3d.pro Add a simple mesh hole fixer 2020-04-14 21:20:19 +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 Support importing another Dust3D document as a part 2020-04-08 08:45:20 +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

Dust3D -- Free Open Source 3D Modelling Application

Contributing

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

If you write or post about Dust3D online, please add your name in CONTRIBUTORS.

If you've submitted any PRs with code changes, including the example code listed in the docs folder, please dont forget to add your name to AUTHORS in your pull request.

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