| 1 |
# More on this file here: https://github.com/processing/processing/wiki/Library-Basics |
| 2 |
# UTF-8 supported. |
| 3 |
|
| 4 |
# The name of your library as you want it formatted. |
| 5 |
name = nyar4psg |
| 6 |
|
| 7 |
# List of authors. Links can be provided using the syntax [author name](url). |
| 8 |
authorList = [##author.name##](##author.url##) |
| 9 |
|
| 10 |
# A web page for your library, NOT a direct link to where to download it. |
| 11 |
url = ##library.url## |
| 12 |
|
| 13 |
# The category of your library, must be one (or many) of the following: |
| 14 |
# "3D" "Animation" "Compilations" "Data" |
| 15 |
# "Fabrication" "Geometry" "GUI" "Hardware" |
| 16 |
# "I/O" "Language" "Math" "Simulation" |
| 17 |
# "Sound" "Utilities" "Typography" "Video & Vision" |
| 18 |
# |
| 19 |
# If a value other than those listed is used, your library will listed as |
| 20 |
# "Other". |
| 21 |
category = Video & Vision |
| 22 |
|
| 23 |
# A short sentence (or fragment) to summarize the library's function. This will |
| 24 |
# be shown from inside the PDE when the library is being installed. Avoid |
| 25 |
# repeating the name of your library here. Also, avoid saying anything redundant |
| 26 |
# like mentioning that it's a library. This should start with a capitalized |
| 27 |
# letter, and end with a period. |
| 28 |
sentence = NyARToolkit for proce55ing(NyAR4psg) is frontend of NyARToolkit for Java. This library can easily make the AR application. |
| 29 |
|
| 30 |
# Additional information suitable for the Processing website. The value of |
| 31 |
# 'sentence' always will be prepended, so you should start by writing the |
| 32 |
# second sentence here. If your library only works on certain operating systems, |
| 33 |
# mention it here. |
| 34 |
paragraph = This library requires a web camera to make AR view. |
| 35 |
|
| 36 |
# Links in the 'sentence' and 'paragraph' attributes can be inserted using the |
| 37 |
# same syntax as for authors. |
| 38 |
# That is, [here is a link to Processing](http://processing.org/) |
| 39 |
|
| 40 |
# A version number that increments once with each release. This is used to |
| 41 |
# compare different versions of the same library, and check if an update is |
| 42 |
# available. You should think of it as a counter, counting the total number of |
| 43 |
# releases you've had. |
| 44 |
version = 1 # This must be parsable as an int |
| 45 |
|
| 46 |
# The version as the user will see it. If blank, the version attribute will be |
| 47 |
# used here. |
| 48 |
prettyVersion = 2.0.0 # This is treated as a String |
| 49 |
|
| 50 |
# The min and max revision of Processing compatible with your library. |
| 51 |
# Note that these fields use the revision and not the version of Processing, |
| 52 |
# parsable as an int. For example, the revision number for 2.2.1 is 227. |
| 53 |
# You can find the revision numbers in the change log: https://raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt |
| 54 |
# Only use maxRevision (or minRevision), when your library is known to |
| 55 |
# break in a later (or earlier) release. Otherwise, use the default value 0. |
| 56 |
minRevision = 227 |
| 57 |
maxRevision = 0 |