Go to file
Karl Robillard 914b6955f9 Fixes to compile on Linux (GCC 10.3.1). 2022-09-18 12:22:41 +10:00
.github Create FUNDING.yml 2020-06-25 06:49:21 +09:30
application Fixes to compile on Linux (GCC 10.3.1). 2022-09-18 12:22:41 +10:00
docs Fix typos found using `codespell -wi3` 2020-09-11 23:30:04 +09:30
dust3d Fixes to compile on Linux (GCC 10.3.1). 2022-09-18 12:22:41 +10:00
third_party Restructure the code base 2021-11-18 22:58:01 +08:00
.gitignore Restructure the code base 2021-11-18 22:58:01 +08:00
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
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