Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
michu@neophob.com committed Jun 10, 2010
0 parents commit bfdcf3b
Show file tree
Hide file tree
Showing 73 changed files with 44,798 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="C:/_code/processing-1.1/lib/core.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>blinkenlights</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
12 changes: 12 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#Thu Jun 10 10:36:58 CEST 2010
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
Binary file added bin/processing/lib/blinken/BlinkenHelper.class
Binary file not shown.
Binary file added bin/processing/lib/blinken/BlinkenLibrary.class
Binary file not shown.
Binary file added bin/processing/lib/blinken/jaxb/Blm.class
Binary file not shown.
Binary file added bin/processing/lib/blinken/jaxb/Frame.class
Binary file not shown.
Binary file added bin/processing/lib/blinken/jaxb/Header.class
Binary file not shown.
Binary file added bin/processing/lib/blinken/jaxb/ObjectFactory.class
Binary file not shown.
Binary file added bin/processing/lib/blinken/jaxb/Row.class
Binary file not shown.
7 changes: 7 additions & 0 deletions data/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
the data folder:
If your library is using files like images, sound files,
any data file, etc., put them into the data folder.
When coding your library you can use processing's internal loading
functions like loadImage(), loadStrings(), etc. to load files
located inside the data folder into your library.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit bfdcf3b

Please sign in to comment.