Skip to content

Commit

Permalink
changed to the newly named particle api
Browse files Browse the repository at this point in the history
  • Loading branch information
enjrolas committed Sep 24, 2015
1 parent f2991ff commit d2a07b6
Show file tree
Hide file tree
Showing 29 changed files with 179 additions and 83 deletions.
Binary file modified L3D/library/L3D.jar
Binary file not shown.
1 change: 1 addition & 0 deletions L3D/library/library/export.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name = Serial I/O
Binary file added L3D/library/library/jssc.jar
Binary file not shown.
4 changes: 4 additions & 0 deletions L3D/library/library/jssc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This is using a modified version of Java Simple Serial Connector by Alexey Sokolov. See https://github.com/gohai/java-simple-serial-connector for details on the modifications.

To compile the C++ portion of the library on OS X:
g++ -shared [or: -dynamiclib?] -arch i386 -arch x86_64 -I/System/Library/Frameworks/IOKit.framework/Versions/A/Headers -I$JAVA_HOME/include -I$JAVA_HOME/include/darwin -framework IOKit -framework CoreFoundation -o libjSSC-2.6.jnilib jssc.cpp
Binary file added L3D/library/library/linux32/libjSSC-2.8.so
Binary file not shown.
Binary file added L3D/library/library/linux64/libjSSC-2.8.so
Binary file not shown.
Binary file added L3D/library/library/macosx/libjSSC-2.8.jnilib
Binary file not shown.
Binary file added L3D/library/library/serial.jar
Binary file not shown.
Binary file added L3D/library/library/windows32/jSSC-2.8.dll
Binary file not shown.
Binary file added L3D/library/library/windows64/jSSC-2.8.dll
Binary file not shown.
46 changes: 44 additions & 2 deletions L3D/reference/L3D/L3D.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:39 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:40:59 EDT 2015 -->
<TITLE>
L3D (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down Expand Up @@ -132,6 +132,14 @@ <H2>
<CODE>static&nbsp;int[][][]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../L3D/L3D.html#cube">cube</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="http://processing.org/reference/javadoc/core/processing/core/PVector.html?is-external=true" title="class or interface in processing.core">PVector</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../L3D/L3D.html#dimensions">dimensions</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
Expand Down Expand Up @@ -245,6 +253,15 @@ <H2>
<TD><CODE><B><A HREF="../L3D/L3D.html#L3D(processing.core.PApplet, int)">L3D</A></B>(<A HREF="http://processing.org/reference/javadoc/core/processing/core/PApplet.html?is-external=true" title="class or interface in processing.core">PApplet</A>&nbsp;_parent,
int&nbsp;_side)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This constructor lets you define a cube of a custom size.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../L3D/L3D.html#L3D(processing.core.PApplet, int, int, int)">L3D</A></B>(<A HREF="http://processing.org/reference/javadoc/core/processing/core/PApplet.html?is-external=true" title="class or interface in processing.core">PApplet</A>&nbsp;_parent,
int&nbsp;x,
int&nbsp;y,
int&nbsp;z)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
Expand Down Expand Up @@ -686,6 +703,16 @@ <H2>
</DL>
<HR>

<A NAME="dimensions"><!-- --></A><H3>
dimensions</H3>
<PRE>
public static <A HREF="http://processing.org/reference/javadoc/core/processing/core/PVector.html?is-external=true" title="class or interface in processing.core">PVector</A> <B>dimensions</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="scale"><!-- --></A><H3>
scale</H3>
<PRE>
Expand Down Expand Up @@ -783,6 +810,21 @@ <H2>
public <B>L3D</B>(<A HREF="http://processing.org/reference/javadoc/core/processing/core/PApplet.html?is-external=true" title="class or interface in processing.core">PApplet</A>&nbsp;_parent,
int&nbsp;_side)</PRE>
<DL>
<DD>This constructor lets you define a cube of a custom size. Streaming won't work out of the box with anything other than
a 8x8x8 cube -- spark cores have a problem receiving UDP data packets larger than 512 bytes, so sending larger cube data will
take some creative reformatting
<P>
</DL>
<HR>

<A NAME="L3D(processing.core.PApplet, int, int, int)"><!-- --></A><H3>
L3D</H3>
<PRE>
public <B>L3D</B>(<A HREF="http://processing.org/reference/javadoc/core/processing/core/PApplet.html?is-external=true" title="class or interface in processing.core">PApplet</A>&nbsp;_parent,
int&nbsp;x,
int&nbsp;y,
int&nbsp;z)</PRE>
<DL>
</DL>
<HR>

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/L3D/L3D_UDP.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:40:59 EDT 2015 -->
<TITLE>
L3D_UDP (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/L3D/Spark.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:40:59 EDT 2015 -->
<TITLE>
Spark (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/L3D/Streaming.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
Streaming (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/L3D/Text.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
Text (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/L3D/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
L3D (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/L3D/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
L3D (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/L3D/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
L3D Class Hierarchy (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
All Classes (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
All Classes (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
Constant Field Values (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
Deprecated List (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
API Help (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
10 changes: 8 additions & 2 deletions L3D/reference/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
Index (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

Expand Down Expand Up @@ -145,6 +145,9 @@
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./L3D/L3D.html#dimensions"><B>dimensions</B></A> -
Static variable in class L3D.<A HREF="./L3D/L3D.html" title="class in L3D">L3D</A>
<DD>&nbsp;
<DT><A HREF="./L3D/L3D.html#disableDrawing()"><B>disableDrawing()</B></A> -
Method in class L3D.<A HREF="./L3D/L3D.html" title="class in L3D">L3D</A>
<DD>&nbsp;
Expand Down Expand Up @@ -237,6 +240,9 @@
other constructor, L3D(this, "yourSparkAccessToken)
<DT><A HREF="./L3D/L3D.html#L3D(processing.core.PApplet, int)"><B>L3D(PApplet, int)</B></A> -
Constructor for class L3D.<A HREF="./L3D/L3D.html" title="class in L3D">L3D</A>
<DD>This constructor lets you define a cube of a custom size.
<DT><A HREF="./L3D/L3D.html#L3D(processing.core.PApplet, int, int, int)"><B>L3D(PApplet, int, int, int)</B></A> -
Constructor for class L3D.<A HREF="./L3D/L3D.html" title="class in L3D">L3D</A>
<DD>&nbsp;
<DT><A HREF="./L3D/L3D.html#L3D(processing.core.PApplet, java.lang.String)"><B>L3D(PApplet, String)</B></A> -
Constructor for class L3D.<A HREF="./L3D/L3D.html" title="class in L3D">L3D</A>
Expand Down
2 changes: 1 addition & 1 deletion L3D/reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Mon Apr 13 09:36:40 EDT 2015-->
<!-- Generated by javadoc on Thu Sep 24 16:41:00 EDT 2015-->
<TITLE>
Javadocs: L3D
</TITLE>
Expand Down
4 changes: 2 additions & 2 deletions L3D/reference/overview-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 13 09:36:40 EDT 2015 -->
<!-- Generated by javadoc (build 1.6.0_65) on Thu Sep 24 16:41:00 EDT 2015 -->
<TITLE>
Class Hierarchy (Javadocs: L3D)
</TITLE>

<META NAME="date" CONTENT="2015-04-13">
<META NAME="date" CONTENT="2015-09-24">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
Loading

0 comments on commit d2a07b6

Please sign in to comment.