Page 1 of 1

Processing (open source programming language)

Posted: Sat Apr 07, 2012 8:42 pm
by Danilo
Processing is an open source programming language and environment for people who want to create images, animations, and interactions.
Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context,
Processing also has evolved into a tool for generating finished professional work.
Today, there are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning,
prototyping, and production.
  • Free to download and open source
  • Interactive programs using 2D, 3D or PDF output
  • OpenGL integration for accelerated 3D
  • For GNU/Linux, Mac OS X, and Windows
  • Projects run online or as double-clickable applications
  • Over 100 libraries extend the software into sound, video, computer vision, and more...
  • Well documented, with many books available
http://processing.org/

Re: Processing (open source programming language)

Posted: Sun Apr 08, 2012 9:18 am
by DarkDragon
I have done much with it in the university. Its really good for small tests or for information visualization.
You can also use processing with html5 and javascript:
http://processingjs.org/

Re: Processing (open source programming language)

Posted: Mon Apr 09, 2012 9:39 am
by Danilo
DarkDragon wrote:You can also use processing with html5 and javascript:
http://processingjs.org/
Thx DarkDragon, nice to know.