root/as3/FLARToolKit/trunk/README.txt

リビジョン 3431, 7.5 kB (コミッタ: rokubou, コミット時期: 4 週間 前)

GPLライセンス部分の修正など

Line 
1 ======================================================================
2 FLARToolKit
3  version 2.5.1
4 ======================================================================
5
6 The FLARToolKit is ActionScript 3.0 version ARToolkit class library.
7 Copyright (C)2010 Saqoosha, R.Iizuka(nyatla)
8
9 This program is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
22 For further information please contact.
23  http://www.libspark.org/wiki/saqoosha/FLARToolKit
24  <wm(at)nyatla.jp> or <saq(at)saqoosha.net>
25
26 This work is based on the NyARToolKit developed by
27   R.Iizuka (nyatla)
28   http://nyatla.jp/nyatoolkit/
29
30 contributors
31  eric socolofsky
32  makc
33  tarotaro http://tarotaro.org/
34  rokubou http://sixwish.jp/
35
36 ----------------------------------------------------------------------
37  About FLARToolKit
38 ----------------------------------------------------------------------
39  * ARToolKit の AS3 版です。
40  * Flash player 10 用
41  * A虎@(nyatla)氏の NyARToolkit for AS を基盤にFLARToolKit v1.xの
42    インターフェースを引き継いだライブラリ集です。
43  * FLARToolKit は入力画像からマーカーを認識して、3 次元空間での
44    カメラ位置を計算するとこまでをやってくれます。
45  * 3D グラフィックスとの合成などは各自で実装する必要があります。
46  * ただし簡単に合成できるようにヘルパー的なものはついてます。
47    (Papervision3D, Away3D, Sandy3D, Alternativa3D)
48
49  # AS3 ported version of ARToolKit.
50  # Flash player 10 only
51  # This is a library collection that succeeded the interface of
52    FLARToolKit v1.x based on NyARToolkit for AS.
53  # FLARToolKit recognize the marker from input image.
54    and calculate its orientation and position in 3D world.
55  # You should draw 3D graphics by your own.
56  # But helper classes for major flash 3D engines
57    (Papervision3D, Away3D, Sandy3D, Alternativa3D)
58
59 ----------------------------------------------------------------------
60  FLARToolKit License
61 ----------------------------------------------------------------------
62 FLARToolKitは「GPL」と「Commercialライセンス」の
63 デュアルライセンス方式を採用しています。
64 また、FLARToolKitは関連するいくつかのライブラリも含めて配布しています。
65 含まれるライブラリは、それぞれのライセンスが適応されます。
66
67 [GPL License]
68 ライセンスの内容は、COPYING.txtをご確認ください
69 また、GPL(the GNU General Public License v3)を選択した場合、
70 商用・非商用を問わず、無料で使用可能です。
71 ただし、GPLで課されている条件に従い、GPLを適応していることの告知、
72 並びにユーザーの要求に応じてアプリケーションのソースコードの提供、
73 これらを含む義務を履行してください。
74
75 [Commercial License]
76 FLARToolKitはGPLを受け入れることができないユーザーのために、
77 Commercial Licenseが有償でARToolworks Inc.より提供されています。
78 ARToolworks Inc.より許諾を受けることにより、GPLの制約から
79 解放されます。
80 条件やライセンス費用については、ARToolworks Inc.に問合せてください。
81
82 ARToolworks Inc. http://www.artoolworks.com/
83 mailto : sales@artoolworks.com
84
85
86 FLARToolKit is available for download and use under two licenses:
87
88 GPL License: FLARToolKit can be used for free under GPL v3
89 (the GNU General Public License, v3). Source code of applications using
90 FLARToolKit under the GPL must be provided free of charge on request.
91
92 Commercial License: Source code of FLARToolKit applications can be
93 protected with a commercial license, offered exclusively by ARToolworks.
94 Applications using the commercial license do not have to provide
95 source code, but must pay a licensing fee.
96 Contact ARToolworks at sales@artoolworks.com for more information.
97
98 ARToolworks Inc.
99 http://www.artoolworks.com/
100
101 Moreover, FLARToolKit is distributed including some relating libraries.
102 Each license adjusts to the included library.
103
104 ----------------------------------------------------------------------
105  Attention
106 ----------------------------------------------------------------------
107 このバージョンは、過去に配布されたStart-kitなどから復元されたものです。
108 This version is the one restored from Start-kit etc. distributed in the past.
109
110 ----------------------------------------------------------------------
111  Include External library
112 ----------------------------------------------------------------------
113 [papervision3d 2.1.920]
114  Open Source realtime 3D engine for Flash
115  URL     : http://code.google.com/p/papervision3d/
116  License : MIT License
117
118 ----------------------------------------------------------------------
119  External library
120 ----------------------------------------------------------------------
121 [Away3D, Away3D Lite]
122  Realtime 3D engine for Flash
123  URL     : http://away3d.com/
124  License : Apache License, Version 2.0
125  
126 [Sandy3D]
127  Realtime 3D engine for Flash
128  URL     : http://away3d.com/
129  License : MOZILLA PUBLIC LICENSE, Version 1.1
130
131 [Alternativa3D]
132  browser 3D-engine based on Adobe Flash
133  URL     : http://www.flashsandy.org/
134  License : Commercial licence / Free non-commercial licence
135
136 ----------------------------------------------------------------------
137  Development environment
138 ----------------------------------------------------------------------
139  * Flex Builder 3.0 (build 3.0.2)
140    (Eclipse Version: 3.4.2 + Flex Builder 3.0 + Flex SDK 3.4, 3.5)
141  * FlashDevelop + Flex SDK 3.4, 3.5
142  
143 ----------------------------------------------------------------------
144  Special thanks
145 ----------------------------------------------------------------------
146 加藤博一先生 (Hirokazu Kato, Ph. D.)
147  http://www.hitl.washington.edu/artoolkit/
148
149 Prof. Mark Billinghurst
150  http://www.hitlabnz.org/
151
152 ----------------------------------------------------------------------
153  Change Log
154 ----------------------------------------------------------------------
155 2.5.1 (2010-Feb-20)
156  * Bug fix: spell miss, interface, extends error and more.
157  
158 2.5.0
159  * Merge NyARToolKit for AS3
160  * Flash player 10 or above.
161
162 1.0.0 (2010-Jan-20)
163  * implemented support for debugging display of thresholded and
164    labeled BitmapData objects, via accessors in FLARMultiMarkerDetector
165    and FLARSquareDetector.(ericsoco)
166  * implemented option to skip internal thresholding process,
167    to allow use of custom thresholding algorithms(ericsoco)
168  * added variable marker border width to FLARMultiMarkerDetector,
169    to match FLARSingleMarkerDetector.(ericsoco)
170  * FLARParam : default camera values(makc)
171  * Move 3d framework support classes into
172    org.libspark.flartoolkit.support package.(saqoosha)
173  * adding makc's sandy3D support.(ericsoco,makc)
174  * adding makc's alternativa3D support.(ericsoco,makc)
175  * corrected import statements in repackaged support (3d framework)
176    classes.(ericsoco)
177  * added away3d 3.3.3 support to support.away3d package.(ericsoco)
178  * added away3dlite support(ericsoco)
179
180 0.9.1 (2010-Jan-17)
181 Re-packaging by rokubou.
182
183 0.9.0 (2009-Jun-03)
184 packaging by saqoosha
185  * Added stater sample(starter-kit)
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。