mirror of
https://github.com/Cametendo/EMVs-Creative-coding.git
synced 2026-06-20 17:45:02 +02:00
Compare commits
2 Commits
8dfc70fde1
...
adcac0a05a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
adcac0a05a | ||
|
|
706cb14e96 |
@@ -1,7 +1,7 @@
|
|||||||
let myData;
|
let myData;
|
||||||
|
|
||||||
function preload() {
|
function preload() {
|
||||||
myData = loadStrings("onepiece.txt");
|
myData = loadStrings("shakespere.txt");
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
scrolling="no"
|
scrolling="no"
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
<h3>Bouncing DVD-type shape</h3>
|
<h3>Bouncing DVD-type shape (non-interactive, but looks cool)</h3>
|
||||||
<div>
|
<div>
|
||||||
<iframe
|
<iframe
|
||||||
src="/Week-2/Shapes/moving-shapes.html"
|
src="/Week-2/Shapes/moving-shapes.html"
|
||||||
@@ -66,6 +66,7 @@
|
|||||||
<iframe src="/Week-4/l-system.html" style="height: 600px"></iframe>
|
<iframe src="/Week-4/l-system.html" style="height: 600px"></iframe>
|
||||||
</div>
|
</div>
|
||||||
<h1>Markov Chain</h1>
|
<h1>Markov Chain</h1>
|
||||||
|
<p>Reload to regenerate</p>
|
||||||
<div>
|
<div>
|
||||||
<iframe src="/Week-4/markov-chain.html" style="height: 600px"></iframe>
|
<iframe src="/Week-4/markov-chain.html" style="height: 600px"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user