This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import de.looksgood.ani.*; | |
| PImage img; | |
| PFont font; | |
| float linebegin = 110; | |
| float lineend = 490; | |
| float lineender = 110; | |
| float rectbegin = 50; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import de.looksgood.ani.*; | |
| void setup() { | |
| size(512, 512); | |
| smooth(); | |
| noStroke(); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //author:Baran Elitez | |
| int millisoff; | |
| //PImage bg; | |
| color step1 = color(0,0,0); | |
| color step2 = color(112,219,255); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void setup() { | |
| size(800, 600); | |
| frameRate(60); | |
| background(0); | |
| } | |
| void draw(){ | |
| stroke(255); | |
| strokeWeight(1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*int[] boxes={0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0, | |
| 0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0, | |
| 0,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0, | |
| 0,1,1,1,0,1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,1,1,0, | |
| 0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0, | |
| 0,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,1,1,1,1,0,1,0, | |
| 0,1,0,1,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,1,0,1,0, | |
| 0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0, | |
| 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*int[] ages = {10, 15, 20, 30}; | |
| String[] names = {"Ahmet","John","Sarah", "Mahmut"}; | |
| */ | |
| /*color myColor = #ffcc00; | |
| color myColor2 = color(255,0,0); | |
| color myColor3 = color(100);*/ | |
| color[] palette = {#276025,#224C3B,#213D28,#355643,#42603B}; |