@@ -6,45 +6,42 @@ <h1 class="large-header"><span class="black">Libraries.</span> Extend Processing
66 open source; the code is distributed with Processing.</ em >
77</ p >
88
9- < div class ="threecol ">
9+ < ul class ="included-libraries ">
1010
11- < h5 > < a href ="video/index.html "> Video</ a > </ h5 >
12- < p > Read images from a camera, play movie files, and create movies.</ p >
13-
14- < h5 > < a href ="net/index.html "> Network</ a > </ h5 >
15- < p > Send and receive data over the Internet through simple clients and servers.</ p >
16-
17- < h5 > < a href ="serial/index.html "> Serial</ a > </ h5 >
18- < p > Send data between Processing and external hardware through serial communication (RS-232).</ p >
19-
20- </ div >
11+ < li >
12+ < h5 > < a href ="video/index.html "> Video</ a > </ h5 >
13+ < p > Read images from a camera, play movie files, and create movies.</ p >
14+ </ li >
2115
22- < div class ="threecol ">
16+ < li >
17+ < h5 > < a href ="dxf/index.html "> DXF Export</ a > </ h5 >
18+ < p > Create DXF files to save geometry for loading into other programs. It works with
19+ triangle-based graphics including polygons, boxes, and spheres.</ p >
20+ </ li >
21+
22+ < li >
23+ < h5 > < a href ="serial/index.html "> Serial</ a > </ h5 >
24+ < p > Send data between Processing and external hardware through serial communication (RS-232).</ p >
25+ </ li >
2326
24- < h5 > < a href ="pdf/index.html "> PDF Export</ a > </ h5 >
25- < p > Create PDF files. These vector graphics files can be scaled to any size and printed
27+ < li style ="margin-bottom:40px; ">
28+ < h5 > < a href ="pdf/index.html "> PDF Export</ a > </ h5 >
29+ < p > Create PDF files. These vector graphics files can be scaled to any size and printed
2630 at high resolutions.</ p >
31+ </ li >
2732
28- < h5 > < a href ="dxf/index.html "> DXF Export</ a > </ h5 >
29- < p > Create DXF files to save geometry for loading into other programs. It works with
30- triangle-based graphics including polygons, boxes, and spheres.</ p >
31-
32- </ div >
33-
34- < div class ="threecol ">
33+ < li >
34+ < h5 > < a href ="net/index.html "> Network</ a > </ h5 >
35+ < p > Send and receive data over the Internet through simple clients and servers.</ p >
36+ </ li >
3537
36- < h5 > < a href ="http://code.compartmental.net/tools/minim/ "> » Minim</ a > </ h5 >
37- < p > Uses JavaSound to provide an easy-to-use audio library while
38+ < li >
39+ < h5 > < a href ="http://code.compartmental.net/tools/minim/ "> » Minim</ a > </ h5 >
40+ < p > Uses JavaSound to provide an easy-to-use audio library while
3841 still providing flexibility for more advanced users.</ p >
39-
40- < h5 > < a href ="http://www.arduino.cc/playground/Interfacing/Processing " target ="_new "> » Arduino</ a > </ h5 >
41- < p > Directly control an Arduino board through Processing.</ p >
42-
43- < h5 > < a href ="http://developer.mozilla.org/En/Core_JavaScript_1.5_Guide/LiveConnect_Overview "
44- target ="_new "> » Netscape.JavaScript</ a > </ h5 >
45- < p > Methods for interfacing between Javascript and programs exported from Processing.</ p >
46-
47- </ div >
42+ </ li >
43+
44+ </ ul >
4845
4946< h3 class ="large-header "> Contributions</ h3 >
5047
0 commit comments