Skip to content

Instantly share code, notes, and snippets.

View iamerroralpha's full-sized avatar
:octocat:
Focusing

Iamerroralpha iamerroralpha

:octocat:
Focusing
View GitHub Profile
@iamerroralpha
iamerroralpha / drawArrow.pde
Created December 27, 2017 13:23 — forked from takahashilabo/drawArrow.pde
draw an arrow method for Processing
void setup() {
size(400, 400);
stroke(255);
noLoop();
}
void draw() {
background(255);
stroke(255, 0, 0);
fill(255, 0, 0);