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;
|
||||
|
||||
function preload() {
|
||||
myData = loadStrings("onepiece.txt");
|
||||
myData = loadStrings("shakespere.txt");
|
||||
}
|
||||
|
||||
function setup() {
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
scrolling="no"
|
||||
></iframe>
|
||||
</div>
|
||||
<h3>Bouncing DVD-type shape</h3>
|
||||
<h3>Bouncing DVD-type shape (non-interactive, but looks cool)</h3>
|
||||
<div>
|
||||
<iframe
|
||||
src="/Week-2/Shapes/moving-shapes.html"
|
||||
@@ -66,6 +66,7 @@
|
||||
<iframe src="/Week-4/l-system.html" style="height: 600px"></iframe>
|
||||
</div>
|
||||
<h1>Markov Chain</h1>
|
||||
<p>Reload to regenerate</p>
|
||||
<div>
|
||||
<iframe src="/Week-4/markov-chain.html" style="height: 600px"></iframe>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user