Skip to content

Commit 2ca72df

Browse files
committed
Change to library index
1 parent cbae8e6 commit 2ca72df

1 file changed

Lines changed: 18 additions & 14 deletions

File tree

content/api_en/libraries/index.html

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,36 @@ <h5><a href="serial/index.html">Serial</a></h5>
1515
</div>
1616

1717
<div class="threecol">
18-
<h5>Candy SVG Import</h5>
19-
<p>This library has been moved to the Processing core code as of version 149. To load
20-
SVG files, check out the reference for PShape(), loadShape(), and shape().</p>
21-
22-
<h5>XML Import</h5>
23-
<p>This library has been moved to the Processing core as of version 149. To load
24-
XML data, check out the reference for XMLElement in the extended reference.</p>
25-
2618
<h5><a href="opengl/index.html">OpenGL</a></h5>
2719
<p>Support for exporting OpenGL accelerated sketches. Utilizes the JOGL library.</p>
28-
</div>
29-
30-
<div class="threecol">
31-
<h5><a href="pdf/index.html">PDF Export</a></h5>
32-
<p>Generates PDF files.</p>
20+
21+
<h5><a href="http://code.compartmental.net/tools/minim/">&raquo; Minim</a></h5>
22+
<p>Uses the JavaSound API to provide an easy-to-use audio library. A simple API while
23+
still providing a reasonable amount of flexibility for more advanced users.</p>
3324

25+
<h5><a href="pdf/index.html">PDF Export</a></h5>
26+
<p>Generates PDF files.</p>
27+
3428
<h5><a href="dxf/index.html">DXF Export</a></h5>
3529
<p>Lines and triangles from P3D or OPENGL rendering modes can be sent directly to a DXF file. </p>
30+
</div>
3631

32+
<div class="threecol">
3733
<h5><a href="http://developer.mozilla.org/En/Core_JavaScript_1.5_Guide/LiveConnect_Overview" target="_new">&raquo; Netscape.JavaScript</a></h5>
3834
<p>Methods for interfacing between Javascript and Java Applets exported from Processing.</p>
35+
36+
<h5>Candy SVG Import</h5>
37+
<p>This library has been moved to the Processing core code as of version 149. To load
38+
SVG files, check out the reference for PShape(), loadShape(), and shape().</p>
39+
40+
<h5>XML Import</h5>
41+
<p>This library has been moved to the Processing core as of version 149. To load
42+
XML data, check out the reference for XMLElement in the extended reference.</p>
3943
</div>
4044

4145
<h3 id="libraries"><br /><img src="images/contributions.gif" width="200" height="20" alt="Contributions" /></h3>
4246
<p class="libraries-bottom">
43-
<i>Contributed libraries are developed, documented, and maintained by members of the Processing community. Each must be downloaded separately and added to the "libraries" folder inside the Processing application folder. Further directions are included with each library. For feedback and support, please post to the <a href="http://processing.org/discourse/">Discourse</a>. We strongly encourage all libraries to be open source, but not all of them are. Information about creating a library is <a href="http://processing.org/discourse/yabb_beta/YaBB.cgi?board=os_libraries_tools;action=display;num=1196011129">here</a>. </i>
47+
<i>Contributed libraries are developed, documented, and maintained by members of the Processing community. Each must be downloaded separately and added to the "libraries" folder inside the Processing sketchbook folder. Further directions are included with each library. For feedback and support, please post to the <a href="http://processing.org/discourse">Discourse</a>, for development discussions post to <a href="http://processing.org/discourse/yabb_beta/YaBB.cgi?board=os_libraries_tools">Libraries, Tool Development</a>. We strongly encourage all libraries to be open source, but not all of them are.<br /><br />Instructions and guidelines to develop a library can be found in the develop processing section under <a href="http://dev.processing.org/libraries/">libraries</a>.</i>
4448
</p>
4549

4650
<!-- When run online, variables will be set, don't insert anything. -->

0 commit comments

Comments
 (0)