Update release info
parent
25b68d2a71
commit
90b0388ff0
|
@ -1,4 +1,4 @@
|
|||
<a href="http://docs.dust3d.org/en/latest/install.html" target="_blank"><image src="https://raw.githubusercontent.com/huxingyi/dust3d/master/dust3d-logo.png" width="66" height="58"></a>
|
||||
<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)
|
||||
|
||||
|
@ -9,6 +9,10 @@ Dust3D is a brand new 3D modeling software. It helps you create a 3D watertight
|
|||
[Download Dust3D](http://docs.dust3d.org/en/latest/install.html)
|
||||
[Online Dust3D Reference Guide](http://docs.dust3d.org)
|
||||
|
||||
[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)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 314 KiB |
|
@ -1,27 +1,24 @@
|
|||
Download and Install Dust3D
|
||||
-----------------------------
|
||||
Dust3D haven't yet been released, however, you can try the latest unstable version,
|
||||
|
||||
* For Windows:
|
||||
|
||||
https://github.com/huxingyi/dust3d/releases/download/unstable/dust3d_unstable_x86.zip
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.3/dust3d-1.0.0-beta.3-x86.zip
|
||||
|
||||
No need to install, unzip and run the exe. If you only see a blank window or the Rendered Model cannot show properly, please refer to this issue_
|
||||
|
||||
.. _issue: https://github.com/huxingyi/dust3d/issues/9
|
||||
No need to install, unzip and run the exe.
|
||||
|
||||
* For Mac OS X:
|
||||
|
||||
https://github.com/huxingyi/dust3d/releases/download/unstable/dust3d_unstable.dmg
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.3/dust3d-1.0.0-beta.3.dmg
|
||||
|
||||
* For Linux:
|
||||
|
||||
https://github.com/huxingyi/dust3d/releases/download/unstable/dust3d_unstable-x86_64.AppImage
|
||||
https://github.com/huxingyi/dust3d/releases/download/1.0.0-beta.3/dust3d-1.0.0-beta.3-x86_64.AppImage
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ chmod a+x ./dust3d_unstable-x86_64.AppImage
|
||||
$ ./dust3d_unstable-x86_64.AppImage
|
||||
$ chmod a+x ./dust3d-1.0.0-beta.3-x86_64.AppImage
|
||||
$ ./dust3d-1.0.0-beta.3-x86_64.AppImage
|
||||
|
||||
* Build on Your Own:
|
||||
|
||||
|
|
Loading…
Reference in New Issue