Source: commons.wikimedia.org

Processing is a free 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. Wikipedia

Created Year: 2001
Created by: Ben FryCasey Reas
Developed by: Processing Foundation
Operating systems: LinuxMicrosoft WindowsmacOS
Implemented in: Java
Aliases: Proce55ing, p5

Wikidata: Q1053535

Influenced: Kojo

Influenced by: CDesign By NumbersJavaLogoPostScript

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


Latest data update: 2025-01-12