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: 2001Created by: Ben Fry • Casey Reas
Developed by: Processing Foundation
Operating systems: Linux • 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);
Source: github.com/leachim6/hello-world
Free Processing books, articles, documentation
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2025-01-12