69 lines
5.4 KiB
Markdown
69 lines
5.4 KiB
Markdown
<a href="https://dust3d.org" target="_blank"><image src="https://raw.githubusercontent.com/huxingyi/dust3d/master/dust3d-logo.png" width="66" height="58"></a>
|
||
|
||
[![appveyor status](https://ci.appveyor.com/api/projects/status/github/huxingyi/dust3d?branch=master&svg=true)](https://ci.appveyor.com/project/huxingyi/dust3d) [![travis status](https://travis-ci.org/huxingyi/dust3d.svg?branch=master)](https://travis-ci.org/huxingyi/dust3d) [![readthedocs status](https://readthedocs.org/projects/dust3d/badge/?version=latest)](http://docs.dust3d.org/en/latest/?badge=latest) [![](https://img.shields.io/twitter/follow/jeremyhu2016.svg?label=%20%40jeremyhu2016&style=social)](https://twitter.com/jeremyhu2016) [![](https://img.shields.io/badge/Mailing%20List%20-Join-blue.svg)](https://www.freelists.org/list/dust3d) [![](https://img.shields.io/discourse/https/dust3d.discourse.group/status.svg)](https://dust3d.discourse.group/)
|
||
|
||
Overview
|
||
----------
|
||
Dust3D is a brand new 3D modeling software. It helps you create a 3D watertight model in seconds. Use it to speed up your character modeling in game making, 3D printing, and so on.
|
||
|
||
[Download Dust3D](http://docs.dust3d.org/en/latest/install.html)
|
||
[Online Dust3D Reference Guide](http://docs.dust3d.org)
|
||
|
||
Calling for Posts
|
||
--------------------
|
||
Please share your work done in Dust3D to our [Forum](https://dust3d.discourse.group) and twitter by hashtag [#Dust3D](https://twitter.com/hashtag/Dust3D), the final 1.0 version is planned to release in 2019, your work may be picked as the featured cover of Dust3D 1.0 stable version show on the about window of software and the homepage of website.
|
||
|
||
[Dust3D 1.0 Beta Is Now Available](https://youtu.be/BjkDoRC_BVc)
|
||
|
||
<a href="https://youtu.be/BjkDoRC_BVc" target="_blank"><image src="https://raw.githubusercontent.com/huxingyi/dust3d/master/docs/images/dust3d-1.0-beta-is-now-available-thumbnail.png" width="480" height="270"></a>
|
||
|
||
Examples
|
||
----------------------
|
||
[Make a 3D model from scratch using Dust3D](https://youtu.be/wQerDObDjOs)
|
||
|
||
<a href="https://youtu.be/wQerDObDjOs" target="_blank"><image src="https://raw.githubusercontent.com/huxingyi/dust3d/master/docs/examples/modeling-mosquito/make-a-3d-model-from-scratch-using-dust3d-video-thumbnail.png" width="480" height="270"></a>
|
||
|
||
[Modeling Ant using Dust3D](http://docs.dust3d.org/en/latest/examples/modeling-ant/index.html)
|
||
|
||
<a href="http://docs.dust3d.org/en/latest/examples/modeling-ant/index.html">
|
||
<image src="https://raw.githubusercontent.com/huxingyi/dust3d/master/docs/examples/modeling-ant/modeling-ant-dust3d-screenshot.png" width="320" height="192"></a>
|
||
|
||
[Modeling Camel using Dust3D](http://docs.dust3d.org/en/latest/examples/modeling-camel/index.html)
|
||
|
||
<a href="http://docs.dust3d.org/en/latest/examples/modeling-camel/index.html">
|
||
<image src="https://raw.githubusercontent.com/huxingyi/dust3d/master/docs/examples/modeling-camel/modeling-camel-dust3d-screenshot.png" width="320" height="192"></a>
|
||
|
||
[Modeling Horse using Dust3D](http://docs.dust3d.org/en/latest/examples/modeling-horse/index.html)
|
||
|
||
<a href="http://docs.dust3d.org/en/latest/examples/modeling-horse/index.html">
|
||
<image src="https://raw.githubusercontent.com/huxingyi/dust3d/master/docs/examples/modeling-horse/modeling-horse-dust3d-screenshot.png" width="320" height="192"></a>
|
||
|
||
More Examples
|
||
---------------------
|
||
<a href="https://github.com/huxingyi/free-dust3d-models"><image src="https://raw.githubusercontent.com/huxingyi/free-dust3d-models/master/free-dust3d-models.png" height="50"></a>
|
||
|
||
External Links
|
||
-------------
|
||
- [DUST3D–A NEW OPEN SOURCE 3D MODELLER](http://www.gamefromscratch.com/post/2018/04/20/Dust3D-A-New-Open-Source-3D-Modeller.aspx) **gamefromscratch.com**
|
||
- [Dust3D - простая система 3D моделирования для игр](https://www.linux.org.ru/news/opensource/14198146) **linux.org.ru**
|
||
- [Бета-выпуск Dust3D, нового открытого пакета для создания 3D-моделей](https://www.opennet.ru/opennews/art.shtml?num=49694) **opennet.ru**
|
||
|
||
External Media
|
||
-------------
|
||
[Dust3D -- Free Open Source 3D Modelling Application](https://www.youtube.com/watch?v=YBnEQk_5D70)
|
||
|
||
<a href="https://www.youtube.com/watch?v=YBnEQk_5D70" target="_blank"><image src="https://raw.githubusercontent.com/huxingyi/dust3d/master/docs/images/dust3d-free-open-source-3d-modelling-application-video-thumbnail.png" width="480" height="270"></a>
|
||
|
||
Contributing
|
||
---------------
|
||
Any contributions are welcome, including fix bug, correct typo, test functionality, propose new features, make post to introduce and let more people know Dust3D. If you have done any of these, and cannot find your name in CONTRIBUTORS, please feel free to make a pull request to add your name, or email me.
|
||
If you have done programming code changes, including the example code listed in the docs folder, please don’t forget to add your name to AUTHORS in your pull request.
|
||
|
||
License
|
||
-----------
|
||
Dust3D software binaries and source code use MIT License, which means you can use it freely no matter for personal or for commercial purpose. However, Dust3D's UI built on Qt5, the Mesh Union Algorithm based on CGAL library, and there are other algorithms such as Gift Wrapping, Bmesh, and so on which implemented in the meshlite repository, all these, may have other license restrictions.
|
||
|
||
Acknowledgements
|
||
-------------------
|
||
https://raw.githubusercontent.com/huxingyi/dust3d/master/ACKNOWLEDGEMENTS.html
|