You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
Add contributed Libraries by selecting the menu item _Sketch_ → _Import Library..._ → _Add Library..._ This will open the Contribution Manager, where you can browse for ##library.name##, or any other Library you want to install.
6
+
7
+
Not all available Libraries have been converted to show up in this menu. If a Library isn't there, it will need to be installed manually by following the instructions below.
8
+
9
+
### Manual Install
10
+
11
+
Contributed Libraries may be downloaded separately and manually placed within the `libraries` folder of your Processing sketchbook. To find (and change) the Processing sketchbook location on your computer, open the Preferences window from the Processing application (PDE) and look for the "Sketchbook location" item at the top.
12
+
13
+
By default the following locations are used for your sketchbook folder:
14
+
* For Mac users, the sketchbook folder is located inside `~/Documents/Processing`
15
+
* For Windows users, the sketchbook folder is located inside `My Documents/Processing`
16
+
17
+
Download ##library.name## from ##library.url##
18
+
19
+
Unzip and copy the contributed Library's folder into the `libraries` folder in the Processing sketchbook. You will need to create this `libraries` folder if it does not exist.
20
+
21
+
The folder structure for Library ##library.name## should be as follows:
22
+
23
+
```
24
+
Processing
25
+
libraries
26
+
##library.name##
27
+
examples
28
+
library
29
+
##library.name##.jar
30
+
reference
31
+
src
32
+
```
33
+
34
+
Some folders like `examples` or `src` might be missing. After Library ##library.name## has been successfully installed, restart the Processing application.
35
+
36
+
### Troubleshooting
37
+
38
+
If you're having trouble, have a look at the [Processing Wiki](https://github.com/processing/processing/wiki/How-to-Install-a-Contributed-Library) for more information, or contact the author [##author.name##](##author.url##).
# If a value other than those listed is used, your Library will listed as
100
+
# "Other". Many categories must be comma-separated.
118
101
119
102
library.category=3D
120
103
121
104
122
-
# A short sentence (or fragment) to summarize the library's function. This will
123
-
# be shown from inside the PDE when the library is being installed. Avoid
124
-
# repeating the name of your library here. Also, avoid saying anything redundant
125
-
# like mentioning that it's a library. This should start with a capitalized
105
+
# A short sentence (or fragment) to summarize the Library's function. This will
106
+
# be shown from inside the PDE when the Library is being installed. Avoid
107
+
# repeating the name of your Library here. Also, avoid saying anything redundant
108
+
# like mentioning that it's a Library. This should start with a capitalized
126
109
# letter, and end with a period.
127
110
128
111
library.sentence=This library provides a renderer to project 3D scenes on a full dome.
129
112
130
113
131
114
# Additional information suitable for the Processing website. The value of
132
115
# 'sentence' always will be prepended, so you should start by writing the
133
-
# second sentence here. If your library only works on certain operating systems,
116
+
# second sentence here. If your Library only works on certain operating systems,
134
117
# mention it here.
135
118
136
119
library.paragraph=It works by rendering the scene 5 times (one from each direction: top, right, etc) and then assembling the output of these renderings into a single environmental map that covers the entire dome.
137
120
138
121
139
122
# Set the source code repository for your project.
140
-
#Recommendations for storing your source code online are Google Code or GitHub.
123
+
#We recommend Bitbucket (https://bitbucket.org) or GitHub (https://github.com).
0 commit comments