Difference between revisions of "MyroJava"
From IPRE Wiki
Doug Blank (Talk | contribs) |
Doug Blank (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | ''This page documents the ideas and goals of a port of the Myro | + | ''This page documents the ideas and goals of a port of the Myro program, API, and philosophy to Java.'' |
= Myro in Java = | = Myro in Java = | ||
Line 9: | Line 9: | ||
# Consider using [http://processing.org Processing] as basis for starting Myro in Java | # Consider using [http://processing.org Processing] as basis for starting Myro in Java | ||
# Consider create a Processing version of Myro | # Consider create a Processing version of Myro | ||
+ | |||
+ | Processing uses [http://users.frii.com/jarvi/rxtx/ RxTx serial port library] for cross-platform serial communications in Java. |
Latest revision as of 23:58, 12 August 2010
This page documents the ideas and goals of a port of the Myro program, API, and philosophy to Java.
Myro in Java
The goal of this project is to create a port of the general ideas of the Myro API into Java. This will allow Java to work with the Fluke/Scribbler robot combination. Also, these goals would include a version of the "Learning Computing With Robots" textbook for Java.
Discussion Ideas
- Consider using Processing as basis for starting Myro in Java
- Consider create a Processing version of Myro
Processing uses RxTx serial port library for cross-platform serial communications in Java.