|
1 | 1 |   ) )
|
2 | 2 |
|
3 |
| -# AtsEX |
4 |
| -【BVE5・6向け】ATSプラグインの機能を拡張するプラグインです。 |
| 3 | +# AtsEX - BVE 拡張キット |
| 4 | +【BVE5・6 向け】BVE の機能を拡張し、あらゆる表現ができるようにするプラグイン フレームワークです。従来の ATS プラグインや入力デバイスプラグインでは実現できなかった新しい演出、機能の実装が可能になります。 |
5 | 5 |
|
6 |
| -詳細は→https://automatic9045.github.io/ |
| 6 | +詳細はこちら→ https://www.okaoka-depot.com/AtsEX/ |
7 | 7 |
|
8 | 8 | ## 名前の由来
|
9 |
| -**ATS**プラグインを拡張(**ex**tend)するプラグイン |
| 9 | +**ATS** プラグインを拡張 (**ex**tend) するプラグイン |
10 | 10 |
|
11 | 11 | ## ライセンス
|
12 | 12 | [The MIT License](LICENSE)
|
13 | 13 |
|
14 | 14 | ## リリースのダウンロード
|
15 |
| - |
16 |
| -[こちら](https://github.com/automatic9045/AtsEX/releases) |
| 15 | +こちら→ [Releases](https://github.com/automatic9045/AtsEX/releases) |
17 | 16 |
|
18 | 17 | ## AtsEX 本体のビルド手順
|
| 18 | +こちら→ [AtsEX 本体のビルド手順](HowToBuild.md) |
19 | 19 |
|
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) を参照してください。** |
25 | 22 |
|
26 | 23 | ## プロジェクトの構成
|
27 |
| - |
28 | 24 | 
|
29 | 25 |
|
30 | 26 | ## 使用ライブラリ等(アルファベット順)
|
31 |
| - |
32 | 27 | #### [.NET Runtime](https://github.com/dotnet/runtime) (MIT)
|
33 |
| - |
34 | 28 | Copyright (c) .NET Foundation and Contributors
|
35 | 29 |
|
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 |
| - |
43 | 30 | #### [DXDynamicTexture](https://github.com/zbx1425/DXDynamicTexture) (MIT)
|
44 |
| - |
45 | 31 | Copyright (c) 2021 zbx1425
|
46 | 32 |
|
47 | 33 | #### [DynamicLanguageRuntime](https://github.com/IronLanguages/dlr) (Apache-2.0)
|
48 |
| - |
49 | 34 | Copyright (c) .NET Foundation and Contributors
|
50 | 35 |
|
51 | 36 | #### [Harmony](https://github.com/pardeike/Harmony) (MIT)
|
52 |
| - |
53 | 37 | Copyright (c) 2017 Andreas Pardeike
|
54 | 38 |
|
55 | 39 | #### [IronPython](https://ironpython.net/) (Apache-2.0)
|
56 |
| - |
57 | 40 | Copyright (c) .NET Foundation and Contributors
|
58 | 41 |
|
59 | 42 | #### [Irony](https://github.com/IronyProject/Irony) (MIT)
|
60 |
| - |
61 | 43 | Copyright (c) 2019 Irony Project
|
62 | 44 |
|
63 | 45 | #### [Markdig](https://github.com/xoofx/markdig) (BSD-2-Clause)
|
64 |
| - |
65 | 46 | Copyright (c) 2018-2019, Alexandre Mutel
|
66 | 47 |
|
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 |
| - |
95 | 48 | #### [Octokit](https://github.com/octokit/octokit.net) (MIT)
|
96 |
| - |
97 | 49 | Copyright 2017 GitHub, Inc.
|
98 | 50 |
|
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) |
113 | 52 | Copyright (c) .NET Foundation and Contributors
|
114 | 53 |
|
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) |
129 | 55 | Copyright (c) .NET Foundation and Contributors
|
130 | 56 |
|
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 |
134 | 59 |
|
135 | 60 | ### サンプルシナリオにのみ含まれるもの
|
136 |
| - |
137 | 61 | #### [KeyboardFont_Plus](http://www.gaiji.info/) (CC BY-ND 3.0)
|
138 |
| - |
139 | 62 | フォント by 外字神社 is licensed under a [Creative Commons 表示 - 改変禁止 3.0 Unported License.](http://creativecommons.org/licenses/by-nd/3.0/)
|
140 | 63 |
|
141 | 64 | www.gaiji.info にある作品に基づいている。
|
0 commit comments