Skip to content

Instantly share code, notes, and snippets.

View aashisham's full-sized avatar
💻
Learning

Ashish aashisham

💻
Learning
  • Gandaki College Of Engineering And Science
  • Pokhara
  • 18:02 (UTC +05:45)
View GitHub Profile
@aashisham
aashisham / Simple Analog Clock
Created November 19, 2017 14:07
Outline of Simple Analog Clock on processing
void setup () {
background(150);
size(800,600);
ellipse(400,300,200,200);
line(400,220,400,200);
ellipse(400,300,3,3);
line(400,380,400,400);
line(480,300,500,300);