Processing
Processing is a graphics library and integrated development environment (IDE) built for the electronic arts, new media art, and visual design communities with the purpose of teaching non-programmers the fundamentals of computer programming in a visual context. It is free and open-source software released under a GNU General Public License (GPL) and a GNU Lesser General Public License (LGPL). Wikipedia
Created Year: 2001Created by: Processing Foundation • Ben Fry
Developed by: Casey Reas
Operating systems: Q388 • Microsoft Windows • macOS
Implemented in: Java
Aliases: Proce55ing, p5
Wikidata: Q1053535
Influenced: Kojo
Influenced by: C • Design By Numbers • Java • Logo • PostScript
Programming paradigms: object-oriented programming
Language types: object-based language
Processing Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in Processing
size(128, 128);
background(0);
textAlign(CENTER, CENTER);
fill(255);
text("Hello World", width / 2, height / 2);
Free Processing books, articles, documentation
Search on GitHub
| Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
|---|
Latest data update: 2026-08-18