Processing (open source programming language)

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Processing (open source programming language)

Post 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/
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: Processing (open source programming language)

Post 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/
bye,
Daniel
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: Processing (open source programming language)

Post by Danilo »

DarkDragon wrote:You can also use processing with html5 and javascript:
http://processingjs.org/
Thx DarkDragon, nice to know.
Post Reply