Input Data from Command Line

I did not need to list this but did anyway!

It all started here:

I have had success with these individually and in combination to create some very cool projects:

  1. Serial communications
    Electronics / Processing.org
  • Processing to\from Ardunio
  • Processing to\from Processing
  • Processing to applications that use serial communications
  • Processing to any hardware that has serial communications
  1. Network Client to Server
    Network / Processing.org

  2. Data from Network and PC
    https://processing.org/tutorials/data/
    XML, JSON, tables, text files, etc.

  3. Sound
    Sound / Processing.org

  4. Interactivity:
    Interactivity / Processing.org

  • keyboard, mouse and check out tools and libraries!
  1. Print
    Print / Processing.org

  2. GUI interface to run a command-line tool
    I used some JAVA directly for this in the Processing applications.
    It was to control my LCD screen colors; I created an interface to a free command-line tool that did this.

  3. Video
    Video / Processing.org

  4. And… check out the tools and libraries in the Processing software!

  5. And… there are other modes like Android mode!
    Ketai libraries:
    http://ketai.org/

I mostly just tinker with it as a hobby and posted some videos here:

:slight_smile:

3 Likes