diff --git a/README.md b/README.md index 4de41fd6..5521ba21 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + [![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) + + + Examples ---------------------- [Make a 3D model from scratch using Dust3D](https://youtu.be/wQerDObDjOs) diff --git a/docs/images/dust3d-1.0-beta-is-now-available-thumbnail.png b/docs/images/dust3d-1.0-beta-is-now-available-thumbnail.png new file mode 100644 index 00000000..9af83444 Binary files /dev/null and b/docs/images/dust3d-1.0-beta-is-now-available-thumbnail.png differ diff --git a/docs/install.rst b/docs/install.rst index a486e5b9..ad0b6db2 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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: