Skip to content

Releases: todbot/blink1-java

blink1-java v2.2

25 Nov 02:05
Compare
Choose a tag to compare

Changes in this release:

  • explicitly set -Dheadless=true in run-example.sh (see issue #6)
  • fix blink1.getVersion() and blink1.readPatternline()

blink1-java v2.1 (move to Maven build)

25 Nov 02:05
320b665
Compare
Choose a tag to compare

Builds and packaging are now done via Maven instead of Makefile. Thanks @dogeared!
Processing builds still need some testing.

blink1-java Processing library

04 Mar 23:34
Compare
Choose a tag to compare

Unzip this into your Processing libraries folder.

For using blink1-java outside of Processing, see the main README.
Or just download this zip, put all the jars in your CLASSPATH and try the Examples.

blink1-java library & Processing library

15 Apr 17:26
Compare
Choose a tag to compare

This release contains a prebuild library for Java and Processing that works on the following platforms:

  • Mac OS X 64-bit
  • Windows 64-bit
  • Linux (Debian-style) 64-bit

The blink1-java-processing-lib.zip file contains:

  • library -- the actual library, both the blink1.jar and the native DLLs are required
  • examples -- blink1-java library examples, written as Processing sketches