diff --git a/index.js b/index.js index 764cb41..185e81b 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ liberary.innerHTML += "
"; } var fileName = ""; -var alphabet = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"]; +var alphabet = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]; for (var i = 0; i < alphabet.length*15; i++){ fileName = ""; for (var i = 0; i < i/alphabet.length; i++){ diff --git a/index2.html b/index2.html deleted file mode 100644 index 30713dd..0000000 --- a/index2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/loader.html b/loader.html new file mode 100644 index 0000000..e28d4a9 --- /dev/null +++ b/loader.html @@ -0,0 +1,17 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sketches/imageNoice.js b/sketches/imageNoice.js index 4053957..917771b 100644 --- a/sketches/imageNoice.js +++ b/sketches/imageNoice.js @@ -1,5 +1,5 @@ function preload() { - img1 = loadImage('assets/wallpaper/elphantJap.jpg'); + img1 = loadImage('assets/wallpaper/Space-Nebula.png'); } function setup() { diff --git a/sketches/sketchList.txt b/sketches/sketchList.txt new file mode 100644 index 0000000..74e96d3 --- /dev/null +++ b/sketches/sketchList.txt @@ -0,0 +1,2 @@ +2images.js, calmCircles.js, Cubes.js, image.js, imageNoice.js, labyrinth.js, +RecursiveCubes.js diff --git a/sketches/sketchListGen.sh b/sketches/sketchListGen.sh new file mode 100755 index 0000000..b78a7b6 --- /dev/null +++ b/sketches/sketchListGen.sh @@ -0,0 +1 @@ +ls -F *.js -m | tee sketchList.txt \ No newline at end of file