Skip to content

Instantly share code, notes, and snippets.

@oguzgelal
Last active November 14, 2015 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oguzgelal/c8d75a647e47b9f2f7fa to your computer and use it in GitHub Desktop.
Save oguzgelal/c8d75a647e47b9f2f7fa to your computer and use it in GitHub Desktop.
Simple Processing code block
public void setup() {
// setup codes goes here
}
public void draw() {
// draw codes goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment