Skip to content

Commit 9577b23

Browse files
committed
docs: 直近の変更にあわせてreadmeを更新
1 parent 1f5e3d7 commit 9577b23

File tree

1 file changed

+12
-89
lines changed

1 file changed

+12
-89
lines changed

README.md

Lines changed: 12 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,141 +1,64 @@
11
![GitHub Release](https://img.shields.io/github/v/release/automatic9045/AtsEX?include_prereleases&display_name=release) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/automatic9045/AtsEX/total) ![NuGet Version](https://img.shields.io/nuget/vpre/AtsEx.PluginHost?logo=nuget&label=nuget%20(AtsEx.PluginHost)) ![NuGet Version](https://img.shields.io/nuget/vpre/AtsEx.CoreExtensions?logo=nuget&label=nuget%20(AtsEx.CoreExtensions))
22

3-
# AtsEX
4-
【BVE5・6向け】ATSプラグインの機能を拡張するプラグインです
3+
# AtsEX - BVE 拡張キット
4+
【BVE5・6 向け】BVE の機能を拡張し、あらゆる表現ができるようにするプラグイン フレームワークです。従来の ATS プラグインや入力デバイスプラグインでは実現できなかった新しい演出、機能の実装が可能になります
55

6-
詳細は→https://automatic9045.github.io/
6+
詳細はこちら→ https://www.okaoka-depot.com/AtsEX/
77

88
## 名前の由来
9-
**ATS**プラグインを拡張**ex**tendするプラグイン
9+
**ATS** プラグインを拡張 (**ex**tend) するプラグイン
1010

1111
## ライセンス
1212
[The MIT License](LICENSE)
1313

1414
## リリースのダウンロード
15-
16-
[こちら](https://github.com/automatic9045/AtsEX/releases)
15+
こちら→ [Releases](https://github.com/automatic9045/AtsEX/releases)
1716

1817
## AtsEX 本体のビルド手順
18+
こちら→ [AtsEX 本体のビルド手順](HowToBuild.md)
1919

20-
[こちら](HowToBuild.md)
21-
22-
### 【!!注意!!】プラグインを開発するための手順ではありません
23-
24-
**AtsEX 本体のソースコードを編集するための手順です。AtsEX を利用してプラグインを開発する場合はこちらではなく[リリース](https://github.com/automatic9045/AtsEX/releases)を参照してください。**
20+
### 【⚠️注意⚠️】プラグインを開発するための手順ではありません
21+
**AtsEX 本体のソースコードを編集するための手順です。AtsEX を使用してプラグインを開発する際は、こちらではなく [Releases](https://github.com/automatic9045/AtsEX/releases) を参照してください。**
2522

2623
## プロジェクトの構成
27-
2824
![AtsEX 構成図](SystemOverview.InputDevice.svg)
2925

3026
## 使用ライブラリ等(アルファベット順)
31-
3227
#### [.NET Runtime](https://github.com/dotnet/runtime) (MIT)
33-
3428
Copyright (c) .NET Foundation and Contributors
3529

36-
`System.Collection.Generic.SortedList<Tkey, TValue>` のソースを一部流用しています。
37-
38-
#### [DllExport](https://github.com/3F/DllExport) (MIT)
39-
40-
Copyright (c) 2009-2015 Robert Giesecke
41-
Copyright (c) 2016-2021 Denis Kuzmin <x-3F@outlook.com> github/3F
42-
4330
#### [DXDynamicTexture](https://github.com/zbx1425/DXDynamicTexture) (MIT)
44-
4531
Copyright (c) 2021 zbx1425
4632

4733
#### [DynamicLanguageRuntime](https://github.com/IronLanguages/dlr) (Apache-2.0)
48-
4934
Copyright (c) .NET Foundation and Contributors
5035

5136
#### [Harmony](https://github.com/pardeike/Harmony) (MIT)
52-
5337
Copyright (c) 2017 Andreas Pardeike
5438

5539
#### [IronPython](https://ironpython.net/) (Apache-2.0)
56-
5740
Copyright (c) .NET Foundation and Contributors
5841

5942
#### [Irony](https://github.com/IronyProject/Irony) (MIT)
60-
6143
Copyright (c) 2019 Irony Project
6244

6345
#### [Markdig](https://github.com/xoofx/markdig) (BSD-2-Clause)
64-
6546
Copyright (c) 2018-2019, Alexandre Mutel
6647

67-
#### [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn-analyzers) (MIT)
68-
69-
Copyright (c) .NET Foundation and Contributors
70-
71-
#### [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn) (MIT)
72-
73-
Copyright (c) .NET Foundation and Contributors
74-
75-
#### [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) (MIT)
76-
77-
Copyright (c) .NET Foundation and Contributors
78-
79-
#### [Microsoft.CodeAnalysis.CSharp.Scripting](https://github.com/dotnet/roslyn) (MIT)
80-
81-
Copyright (c) .NET Foundation and Contributors
82-
83-
#### [Microsoft.CodeAnalysis.Scripting](https://github.com/dotnet/roslyn) (MIT)
84-
85-
Copyright (c) .NET Foundation and Contributors
86-
87-
#### [Microsoft.CodeAnalysis.Scripting.Common](https://github.com/dotnet/roslyn) (MIT)
88-
89-
Copyright (c) .NET Foundation and Contributors
90-
91-
#### [Microsoft.CSharp](https://github.com/dotnet/corefx) (MIT)
92-
93-
Copyright (c) .NET Foundation and Contributors
94-
9548
#### [Octokit](https://github.com/octokit/octokit.net) (MIT)
96-
9749
Copyright 2017 GitHub, Inc.
9850

99-
#### [SlimDX](https://www.nuget.org/packages/SlimDX/) (MIT)
100-
101-
Copyright (c) 2013 exDreamDuck
102-
103-
#### [System.Buffers](https://github.com/dotnet/corefx) (MIT)
104-
105-
Copyright (c) .NET Foundation and Contributors
106-
107-
#### [System.Collections.Immutable](https://github.com/dotnet/runtime) (MIT)
108-
109-
Copyright (c) .NET Foundation and Contributors
110-
111-
#### [System.Memory](https://github.com/dotnet/corefx) (MIT)
112-
51+
#### [Roslyn](https://github.com/dotnet/roslyn) (MIT)
11352
Copyright (c) .NET Foundation and Contributors
11453

115-
#### [System.Numerics.Vectors](https://github.com/dotnet/corefx) (MIT)
116-
117-
Copyright (c) .NET Foundation and Contributors
118-
119-
#### [System.Reflection.Metadata](https://github.com/dotnet/runtime) (MIT)
120-
121-
Copyright (c) .NET Foundation and Contributors
122-
123-
#### [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime) (MIT)
124-
125-
Copyright (c) .NET Foundation and Contributors
126-
127-
#### [System.Text.Encoding.CodePages](https://github.com/dotnet/runtime) (MIT)
128-
54+
#### [Roslyn Analyzers](https://github.com/dotnet/roslyn-analyzers) (MIT)
12955
Copyright (c) .NET Foundation and Contributors
13056

131-
#### [System.Threading.Tasks.Extensions](https://github.com/dotnet/corefx) (MIT)
132-
133-
Copyright (c) .NET Foundation and Contributors
57+
#### [SlimDX](https://www.nuget.org/packages/SlimDX/) (MIT)
58+
Copyright (c) 2013 exDreamDuck
13459

13560
### サンプルシナリオにのみ含まれるもの
136-
13761
#### [KeyboardFont_Plus](http://www.gaiji.info/) (CC BY-ND 3.0)
138-
13962
フォント by 外字神社 is licensed under a [Creative Commons 表示 - 改変禁止 3.0 Unported License.](http://creativecommons.org/licenses/by-nd/3.0/)
14063

14164
www.gaiji.info にある作品に基づいている。

0 commit comments

Comments
 (0)