Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
westhillapps committed Oct 29, 2018
1 parent fae74ac commit f370bcb
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 1 deletion.
41 changes: 41 additions & 0 deletions OpenCVLicense.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
By downloading, copying, installing or using the software you agree to this license.
If you do not agree to this license, do not download, install,
copy or use the software.


License Agreement
For Open Source Computer Vision Library
(3-clause BSD License)

Copyright (C) 2000-2018, Intel Corporation, all rights reserved.
Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved.
Copyright (C) 2009-2016, NVIDIA Corporation, all rights reserved.
Copyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved.
Copyright (C) 2015-2016, OpenCV Foundation, all rights reserved.
Copyright (C) 2015-2016, Itseez Inc., all rights reserved.
Third party copyrights are property of their respective owners.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the names of the copyright holders nor the names of the contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

This software is provided by the copyright holders and contributors "as is" and
any express or implied warranties, including, but not limited to, the implied
warranties of merchantability and fitness for a particular purpose are disclaimed.
In no event shall copyright holders or contributors be liable for any direct,
indirect, incidental, special, exemplary, or consequential damages
(including, but not limited to, procurement of substitute goods or services;
loss of use, data, or profits; or business interruption) however caused
and on any theory of liability, whether in contract, strict liability,
or tort (including negligence or otherwise) arising in any way out of
the use of this software, even if advised of the possibility of such damage.
71 changes: 70 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,70 @@
# MtgArenaJaCardViewer
# MtgArenaJaCardViewer

![img01](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/mtga-ja-card-viewer-icon.png)
**Magic: The Gathering Arena(MTGA、MTG Arena、MTG アリーナ)**
で日本語版のカード画像を表示するツールです。
<br />
![img01](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/mtga-ja-card-viewer-01.gif)
<br />
## ダウンロード
* **[リリースページ](https://github.com/WestHillApps/MtgArenaJaCardViewer/releases)** から最新版の **MtgArenaJaCardViewer_vXXX.zip** を保存してください。
<br />
## 使い方
* zipを解凍して **MtgArenaJaCardViewer.exe** を実行すると起動します。
※MTGAを起動してから実行してください。
※カード画像ダウンロードのために通信を行いますので、自己判断で通信許可をしてください。

* 終了するときは、タスクバーから右クリックで終了してください。

* 画面上でマウスを止めた時に、近くのカード画像を解析して、日本語版のカード画像を表示します。

* スクリーン下部のチェックボックスで機能のON/OFFを切り替えられます。

* スクリーン下部のダイアログが回転している間は、画面の解析中です。
<br />
## 仕様・機能
* **Windows10 64bit版** 専用です。

* 日本語版カード画像は初回表示時のみダウンロードされ、以下のフォルダに保存されます。
**C:/Users/{ユーザー名}/AppData/LocalLow/WestHillApps/MtgArenaJaCardViewer/CardTextureCache/**
※カード画像のダウンロード中は黒い半透明のカード枠が表示されます。

* 以下のカードには対応していません。
**基本土地カード**
**スタンダードフォーマット以外のカード**
**MTGA専用カード、未発売のセット等の日本語版が存在しないカード**

* カードによっては認識・マッチしない場合があります。
対戦中にカードを右クリックすると画面左側に拡大画像が表示されるので、そちらだと認識しやすいです。

* カード以外の空間を誤認することがあります。

* **1920x1080**の画面サイズで動作確認しています。
画面サイズは大きいほうが認識しやすいです。

* リアルタイムで画像解析を行っているため、**CPU負荷**はそれなりにあります。
ある程度のスペックが無いと厳しいかも…

* 動作を改善していくために[Unityアナリティクス](https://unity.com/solutions/analytics)を使用しています。([プライバシーポリシー](https://unity3d.com/legal/privacy-policy)

* 開発中のため、不具合等色々問題あると思いますが、ご容赦ください。

* 何かあればTwitterアカウントへご連絡ください。
どうしたら使いやすくなるのか模索中なので、ご意見募集中です!
<br />
<br />
## 連絡先
[@westhillapps](https://twitter.com/westhillapps)

<a href="https://twitter.com/westhillapps">
<img alt="Follow me on Twitter"
src="https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/twitter.png" width="75"/>
</a>
<br />
<br />

## クレジット
以下のライブラリを使用しています。
[MTG Developers SDK](https://magicthegathering.io/)
[OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088)
[uWindowCapture](https://github.com/hecomi/uWindowCapture)
9 changes: 9 additions & 0 deletions uWindowCaptureLicense.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The MIT License (MIT)

Copyright (c) 2018 hecomi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit f370bcb

Please sign in to comment.