forked from effekseer/Effekseer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme_runtime.txt
62 lines (45 loc) · 2.01 KB
/
readme_runtime.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
This readme is available in English and Japanese.
この説明は日本語と英語で記述されています。
English
==========================
Overview
=============
Thank you for downloading Effekseer.
This package contains a runtime for showing visual effects on applications using DirectX or OpenGL.
The package does not contain tools or samples to create visual effects.
If you want these, please download a package of tools.
Directory structure
=============
-Compiled
This directory contains compiled lib files.
You can use these on VisualStudio 2015 or 2017.
Compiler Options are Multithread debug for Debug build and Multithread for Release one.
-src
This directory contains source code of the runtime.
-Examples
This directory contains embedding samples of the runtime.
-Help
This directory contains a help for embedding the runtime.
日本語
==========================
■ 概要
Effekseerをダウンロードしていただきありがとうございます。
本パッケージはDirectXやOpenGLを使用しているアプリケーションで、エフェクトを再生できるようにするランタイムが含まれています。
デザイナー向けのエフェクトを作成するためのツールやエフェクトのサンプルは含まれていませんので、
それらが必要な方はツールのパッケージをダウンロードするようお願いします。
■ ディレクトリ構成
-Compiled
コンパイル済みのlibファイルが保存されています。
VisualStudio2015、2017に対応しています。
ただし、OpenGL版は2012には対応していません。
コンパイルオプションは
デバッグは、マルチスレッドデバッグ
リリースは、マルチスレッド
になっています。
-src
ランタイムのソースコードが保存されています。
-Examples
ランタイムを組み込んだサンプルが保存されています。
-Help
組込み方法について記述されているヘルプが保存されています。