Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

First time to use a library

$
0
0

Please help me I'm new here I am still ignorant with processing, after downloading this library https://github.com/aerrity/inputs is it automatically connected to processing? because i want to use inputs something like this.

import iadt.creative.Inputs;

String x;
do
{
  x = Inputs.readString("Enter your age");
  println(x);
}while (x != null);

/* this code is taken from other source and i
want to try this one but i don't know what to
do after downloading the library. */

please help really need for my requirement. :) thank you in advance


Viewing all articles
Browse latest Browse all 2896

Trending Articles