+ 2
Any of you using the Processing IDE?
Processing is an IDE to create java applets and/or export them to executable programs for win, Linux, mac, Android. It is designed to be simple with coding but leaving you the possibility to dig deeper and harness the full potential of Java. It's for sure one of the best solutions for beginners. Perfect for graphical programs and interactive design. It's free and open source and has many libraries that handle for you the complicate stuff. For more info and/or download the IDE visit www.processing.org
6 Respostas
+ 2
Yep, actualy I'm playing with p5.js, the javascript porting. It,s not as fast as Procesing but on the plus side you can do all the graphical stuff directly on the browser. There are some nice tutorials on youtube made by daniel shiffman.
Following the perlin noise tutorial I have made a small piece of code and posted here on sololearn
+ 2
The Java Script mode, the Android mode and the Python mode are a big plus for beginners. I often use the G4P Library and tool by Peter Lager for quick prototiping of Graphical User Interface.
+ 1
Yes I am using.
+ 1
can you help me with processing
+ 1
@D Patil help in which way?
0
nice,i have to check it out