ラベル Dust3D の投稿を表示しています。 すべての投稿を表示
ラベル Dust3D の投稿を表示しています。 すべての投稿を表示

2020年6月22日月曜日

Windows 10でDust3Dを実行する

Dust3Dは3Dモデリングアプリケーションです。

〇Dust3Dの画面


〇実行方法
1. プロジェクトwebのインストール説明ページからWindows版のzipファイルをダウンロードします。
https://docs.dust3d.org/en/latest/install.html


2. ダウンロードしたzipファイルを解凍してdust3d.exeを実行します。

2020年6月10日水曜日

Debian 10(Buster)/Ubuntu 20.04に3DモデリングアプリDust3Dをインストールする

Dust3Dは3Dモデリングアプリケーションです。

〇Dust3Dの画面(Debian 10)

〇Dust3Dの画面(Ubuntu 20.04)

〇インストール方法
以下のコマンドを実行します。
sudo mkdir -p /opt/dust3d

cd /opt/dust3d

sudo wget https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.6/dust3d-1.0.0-rc.6.AppImage

sudo chmod +x dust3d-1.0.0-rc.6.AppImage

cat << EOF | sudo tee /usr/share/applications/dust3d.desktop
[Desktop Entry]
Type=Application
Version=1.0
Name=Dust3D
Exec=/opt/dust3d/dust3d-1.0.0-rc.6.AppImage
Categories=Graphics;
EOF

〇動作確認環境
・Debian 10(Buster)
・Ubuntu Desktop 20.04

〇関連情報
・Dust3Dのwebサイト
https://dust3d.org/