-
Notifications
You must be signed in to change notification settings - Fork 10
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
15 changed files
with
1,281 additions
and
62 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
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
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
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 |
---|---|---|
@@ -0,0 +1,111 @@ | ||
# MaterialChartPlugin | ||
|
||
資材のグラフを表示するKanColleViewer用プラグインです。 | ||
|
||
### 機能 | ||
* 資材データの自動記録 | ||
* 資材・高速修復材のグラフ表示 | ||
* .csv形式での資材データのエクスポート | ||
|
||
### インストール | ||
|
||
* "MaterialChartPlugin.dll"をKanColleViewerの"Plugins"ディレクトリに移動してください。 | ||
* "protobuf-net.dll"および"System.Windows.Controls.DataVisualization.Toolkit.dll"をKanColleViewer.exeと同じディレクトリに移動してください。 | ||
|
||
### ライセンス | ||
|
||
* [The MIT License (MIT)](LICENSE.txt) | ||
|
||
### ダウンロード | ||
|
||
[![Release](https://img.shields.io/github/release/terry-u16/MaterialChartPlugin.svg?style=flat-square)](https://github.com/terry-u16/MaterialChartPlugin/releases/latest) [MaterialChartPlugin - GitHub Releases Page](https://github.com/terry-u16/MaterialChartPlugin/releases/latest) | ||
|
||
### AppVeyor | ||
|
||
#### masterブランチ(安定版) | ||
|
||
[![Build status](https://img.shields.io/appveyor/ci/terry-u16/materialchartplugin.svg?style=flat-square)](https://ci.appveyor.com/project/terry-u16/materialchartplugin) [MaterialChartPlugin_Stable - AppVeyor](https://ci.appveyor.com/project/terry-u16/materialchartplugin/build/artifacts) | ||
|
||
#### developブランチ(実験版) | ||
|
||
[![Build status](https://img.shields.io/appveyor/ci/terry-u16/materialchartplugin-avd09.svg?style=flat-square)](https://ci.appveyor.com/project/terry-u16/materialchartplugin-avd09) [MaterialChartPlugin_Develop - AppVeyor](https://ci.appveyor.com/project/terry-u16/materialchartplugin-avd09/build/artifacts) | ||
|
||
### 使用ライブラリ | ||
|
||
以下のライブラリを使用して開発を行っています。 | ||
|
||
#### [KanColleViewer](https://github.com/Grabacr07/KanColleViewer) | ||
|
||
> The MIT License (MIT) | ||
> | ||
> Copyright (c) 2013 Grabacr07 | ||
* **ライセンス :** The MIT License (MIT) | ||
* **ライセンス全文 :** [licenses/KanColleViewer.txt](licenses/KanColleViewer.txt) | ||
|
||
#### [MetroRadiance](https://github.com/Grabacr07/MetroRadiance) | ||
|
||
> The MIT License (MIT) | ||
> | ||
> Copyright (c) 2014 Manato KAMEYA | ||
* **ライセンス :** The MIT License (MIT) | ||
* **ライセンス全文 :** [licenses/MetroRadiance.txt](licenses/MetroRadiance.txt) | ||
|
||
#### [Livet](http://ugaya40.hateblo.jp/entry/Livet) | ||
|
||
* **ライセンス :** zlib/libpng | ||
|
||
#### [StatefulModel](http://ugaya40.hateblo.jp/entry/StatefulModel) | ||
|
||
> The MIT License (MIT) | ||
> | ||
> Copyright (c) 2015 Masanori Onoue | ||
* **用途 :** M-V-Whatever の Model 向けインフラストラクチャ | ||
* **ライセンス :** The MIT License (MIT) | ||
* **ライセンス全文 :** [licenses/StatefulModel.txt](licenses/StatefulModel.txt) | ||
|
||
#### [Nekoxy](https://github.com/veigr/Nekoxy) | ||
|
||
> The MIT License (MIT) | ||
> | ||
> Copyright (c) 2015 veigr | ||
* **ライセンス :** The MIT License (MIT) | ||
* **ライセンス全文 :** [licenses/Nekoxy.txt](licenses/Nekoxy.txt) | ||
|
||
#### [TrotiNet](https://github.com/krys-g/TrotiNet) | ||
|
||
> TrotiNet is a proxy library implemented in C#. It aims at delivering a simple, | ||
> reusable framework for developing any sort of C# proxies. | ||
> | ||
> TrotiNet is distributed under the GNU Lesser General Public License v3.0 | ||
> (LGPL). See: http://www.gnu.org/licenses/lgpl.html | ||
* **ライセンス :** GNU LESSER GENERAL PUBLIC LICENSE Version 3 | ||
* **ライセンス全文 :** [licenses/LGPL.txt](licenses/LGPL.txt) , [licenses/GPL.txt](licenses/GPL.txt) | ||
|
||
#### [Apache log4net](https://logging.apache.org/log4net/) | ||
|
||
* **ライセンス :** Apache License Version 2.0 | ||
* **ライセンス全文 :** [licenses/Apache.txt](licenses/ApacheLicense2.0.txt) | ||
|
||
#### [Rx (Reactive Extensions)](https://rx.codeplex.com/) | ||
|
||
* **ライセンス :** Apache License Version 2.0 | ||
* **ライセンス全文 :** [licenses/Apache.txt](licenses/ApacheLicense2.0.txt) | ||
|
||
#### [protobuf-net](https://code.google.com/p/protobuf-net/) | ||
|
||
* **ライセンス :** Apache License 2.0 | ||
* **ライセンス全文 :** [licenses/Apache.txt](licenses/ApacheLicense2.0.txt) | ||
|
||
#### [Silverlight/WPF Data Visualization](http://dlaa.me/blog/post/9999344) | ||
|
||
> The MIT License (MIT) | ||
> | ||
> Copyright (c) 2010 David Anson | ||
* **ライセンス :** The MIT License (MIT) | ||
* **ライセンス全文 :** [licenses/SilverlightWPFDataVisualization.txt](licenses/SilverlightWPFDataVisualization.txt) |
Oops, something went wrong.