-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
49 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# ImageDeviceController | ||
# ImageDeviceController | ||
各端末間の連携と画像の操作を行う共通コンポーネントです | ||
ユーザー向けのインターフェースは存在しません | ||
|
||
## v0.1.0以前のパッケージについて | ||
従来は [ImageTab](/docs/Packages/ImageTab/) の一部として配布を行っていましたが、v0.1.0からは別ギミックとして配布を行っています | ||
以前のバージョンを利用されたい場合は ImageTab の旧パッケージをご利用ください | ||
|
||
## ダウンロード | ||
v0.1.0以降はVPMからのみ配布を行っています | ||
[ootr's vpm repository](/docs/vpm) から導入を行ってください |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# ワールド制作者向け | ||
# ワールド制作者向け | ||
[ImageTab](/docs/Packages/ImageTab/) や [ImageSlide](/docs/Packages/ImageSlide/) などのギミックで利用するコアライブラリです | ||
画像の読み込みのほか、各端末間の連携処理などを行います | ||
`ImageTab-Standalone` でも内部的に `ImageDeviceController` が使用されています | ||
|
||
## 設定項目 | ||
### DeviceList | ||
管理下に置かれている各ギミックの一覧です | ||
|
||
## ZipLoadDelayFrames | ||
TextZip形式のデータを読み込む際に処理間に挟む遅延を指定します | ||
この値を大きくすると負荷は分散しますが、読み込みに時間がかかるようになります | ||
|
||
## Base64 Decode Part Size | ||
TextZip形式のデータを読み込む際に一度に処理するデータ量を指定します | ||
この値を大きくすると負荷は集中しますが、読み込みが早くなります |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# ImageGimmicksPack | ||
パッケージを分割したため、`v0.1.0` 以前の `ImageTab` に相当するものとしてリリースしたパッケージです | ||
[ImageTab](/docs/Packages/ImageTab/)、[ImageSlide](/docs/Packages/ImageScreen/)、[ImageDeviceController](/docs/Packages/ImageDeviceController/)、[ImageScreen](/docs/Packages/ImageScreen/)と、それを用いたサンプルワールドが含まれています | ||
|
||
## ダウンロード | ||
v0.1.0以降はVPMからのみ配布を行っています | ||
[ootr's vpm repository](/docs/vpm) から導入を行ってください |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# ImageScreen | ||
画像を投影するための画面です | ||
[ImageTab](/docs/Packages/ImageTab) や [ImageSlide](/docs/Packages/ImageSlide/) を用いて画像を投影することを想定しています | ||
[ImageTab](/docs/Packages/ImageTab) や [ImageSlide](/docs/Packages/ImageSlide/) を用いて画像を投影することを想定しています | ||
|
||
## v0.1.0以前のパッケージについて | ||
従来は [ImageTab](/docs/Packages/ImageTab/) の一部として配布を行っていましたが、v0.1.0からは別ギミックとして配布を行っています | ||
以前のバージョンを利用されたい場合は ImageTab の旧パッケージをご利用ください | ||
|
||
## ダウンロード | ||
v0.1.0以降はVPMからのみ配布を行っています | ||
[ootr's vpm repository](/docs/vpm) から導入を行ってください |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# ワールド制作者向け | ||
[ImageDeviceController](/docs/Packages/ImageDeviceController/) の管理下に追加し、他の端末から画像を投影することを想定しています | ||
|
||
## 設定項目 | ||
### DeviceName | ||
他の端末などに表示される端末名です |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
sidebar_position: 2 | ||
--- | ||
# Packages | ||
|
||
[ootr's vpm repository](/docs/vpm/) 経由で配布されている各種パッケージのドキュメントを提供しています |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# WeatherWidget | ||
GeoLocation を用いた天気予報ギミックです | ||
利用するには `Comfort & Safety` > `Allow Untrusted URLs` を許可している必要があります | ||
|
||
## ダウンロード | ||
[ootr's vpm repository](/docs/vpm) から導入を行ってください | ||
|