Go to file
Jeremy HU 1fc2399bf6 Add section remesher and cap UV resolving 2022-11-03 23:24:35 +11:00
.github Create FUNDING.yml 2020-06-25 06:49:21 +09:30
application Add section remesher and cap UV resolving 2022-11-03 23:24:35 +11:00
ci Apply webkit style clang format on code base 2022-10-18 20:35:04 +11:00
docs Fix typos found using `codespell -wi3` 2020-09-11 23:30:04 +09:30
dust3d Add section remesher and cap UV resolving 2022-11-03 23:24:35 +11:00
third_party Remove unused dependencies 2022-10-30 10:05:55 +11:00
.gitignore add build artifacts to gitignore 2022-09-18 12:24:57 +10:00
ACKNOWLEDGEMENTS.html Using 6 textures to make cubemap on low version OpenGL 2022-09-23 21:03:35 +10:00
AUTHORS Add @CarlOlson to AUTHERS 2022-09-18 12:28:03 +10:00
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 Remove discourse link from README 2021-02-11 08:19:31 +08:00
SUPPORTERS Thanks @fohara for sponsoring 2022-02-04 22:50:54 +08:00

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