master
parent
77a391234a
commit
31467d48f2
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -0,0 +1,17 @@
|
||||
Ihr naht euch wieder, schwankende Gestalten,
|
||||
Die früh sich einst dem trüben Blick gezeigt.
|
||||
Versuch ich wohl, euch diesmal festzuhalten?
|
||||
Fühl ich mein Herz noch jenem Wahn geneigt?
|
||||
Ihr drängt euch zu! nun gut, so mögt ihr walten,
|
||||
Wie ihr aus Dunst und Nebel um mich steigt;
|
||||
Mein Busen fühlt sich jugendlich erschüttert
|
||||
Vom Zauberhauch, der euren Zug umwittert.
|
||||
|
||||
Ihr bringt mit euch die Bilder froher Tage,
|
||||
Und manche liebe Schatten steigen auf;
|
||||
Gleich einer alten, halbverklungnen Sage
|
||||
Kommt erste Lieb und Freundschaft mit herauf;
|
||||
Der Schmerz wird neu, es wiederholt die Klage
|
||||
Des Lebens labyrinthisch irren Lauf,
|
||||
Und nennt die Guten, die, um schöne Stunden
|
||||
Vom Glück getäuscht, vor mir hinweggeschwunden.
|
@ -0,0 +1 @@
|
||||
I say that the Library is unending. The idealists argue that the
hexagonal rooms are a necessary form of absolute space or, at least, of our
intuition of space. They reason that a triangular or pentagonal room is
inconceivable. (The mystics claim that their ecstasy reveals to them a circular
chamber containing a great circular book, whose spine is continuous and which
follows the complete circle of the walls; but their testimony is suspect; their
words, obscure. This cyclical book is God.) Let it suffice now for me to repeat the
classic dictum: The Library is a sphere whose exact center is any one of its
hexagons and whose circumference is inaccessible.
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html><html><head>
|
||||
<script src="p5.min.js"></script>
|
||||
<script src="p5.dom.min.js"></script>
|
||||
<script src="p5.sound.min.js"></script>
|
||||
|
||||
<!-- Generative Design Dependencies here -->
|
||||
<!-- GG Bundled -->
|
||||
<script src="gg-dep-bundle.js"></script>
|
||||
<!-- Opentype -->
|
||||
<script src="opentype.min.js"></script>
|
||||
<!-- Rita -->
|
||||
<script src="rita-small.min.js"></script>
|
||||
<!-- Chroma -->
|
||||
<script src="chroma.min.js"></script>
|
||||
<!-- Jquery -->
|
||||
<script src="jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
||||
|
||||
<!-- sketch additions -->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- main -->
|
||||
<script src="sketch.js"></script>
|
||||
|
||||
|
||||
</body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,8 @@
|
||||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
canvas {
|
||||
vertical-align: top;
|
||||
}
|
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -0,0 +1,17 @@
|
||||
Ihr naht euch wieder, schwankende Gestalten,
|
||||
Die früh sich einst dem trüben Blick gezeigt.
|
||||
Versuch ich wohl, euch diesmal festzuhalten?
|
||||
Fühl ich mein Herz noch jenem Wahn geneigt?
|
||||
Ihr drängt euch zu! nun gut, so mögt ihr walten,
|
||||
Wie ihr aus Dunst und Nebel um mich steigt;
|
||||
Mein Busen fühlt sich jugendlich erschüttert
|
||||
Vom Zauberhauch, der euren Zug umwittert.
|
||||
|
||||
Ihr bringt mit euch die Bilder froher Tage,
|
||||
Und manche liebe Schatten steigen auf;
|
||||
Gleich einer alten, halbverklungnen Sage
|
||||
Kommt erste Lieb und Freundschaft mit herauf;
|
||||
Der Schmerz wird neu, es wiederholt die Klage
|
||||
Des Lebens labyrinthisch irren Lauf,
|
||||
Und nennt die Guten, die, um schöne Stunden
|
||||
Vom Glück getäuscht, vor mir hinweggeschwunden.
|
@ -0,0 +1 @@
|
||||
I say that the Library is unending. The idealists argue that the
hexagonal rooms are a necessary form of absolute space or, at least, of our
intuition of space. They reason that a triangular or pentagonal room is
inconceivable. (The mystics claim that their ecstasy reveals to them a circular
chamber containing a great circular book, whose spine is continuous and which
follows the complete circle of the walls; but their testimony is suspect; their
words, obscure. This cyclical book is God.) Let it suffice now for me to repeat the
classic dictum: The Library is a sphere whose exact center is any one of its
hexagons and whose circumference is inaccessible.
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html><html><head>
|
||||
<script src="p5.min.js"></script>
|
||||
<script src="p5.dom.min.js"></script>
|
||||
<script src="p5.sound.min.js"></script>
|
||||
|
||||
<!-- Generative Design Dependencies here -->
|
||||
<!-- GG Bundled -->
|
||||
<script src="gg-dep-bundle.js"></script>
|
||||
<!-- Opentype -->
|
||||
<script src="opentype.min.js"></script>
|
||||
<!-- Rita -->
|
||||
<script src="rita-small.min.js"></script>
|
||||
<!-- Chroma -->
|
||||
<script src="chroma.min.js"></script>
|
||||
<!-- Jquery -->
|
||||
<script src="jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
||||
|
||||
<!-- sketch additions -->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- main -->
|
||||
<script src="sketch.js"></script>
|
||||
|
||||
|
||||
</body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,8 @@
|
||||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
canvas {
|
||||
vertical-align: top;
|
||||
}
|
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -0,0 +1,28 @@
|
||||
All the world's a stage,
|
||||
And all the men and women merely players;
|
||||
They have their exits and their entrances;
|
||||
And one man in his time plays many parts,
|
||||
His acts being seven ages. At first the infant,
|
||||
Mewling and puking in the nurse's arms;
|
||||
Then the whining school-boy, with his satchel
|
||||
And shining morning face, creeping like snail
|
||||
Unwillingly to school. And then the lover,
|
||||
Sighing like furnace, with a woeful ballad
|
||||
Made to his mistress' eyebrow. Then a soldier,
|
||||
Full of strange oaths, and bearded like the pard,
|
||||
Jealous in honour, sudden and quick in quarrel,
|
||||
Seeking the bubble reputation
|
||||
Even in the cannon's mouth. And then the justice,
|
||||
In fair round belly with good capon lin'd,
|
||||
With eyes severe and beard of formal cut,
|
||||
Full of wise saws and modern instances;
|
||||
And so he plays his part. The sixth age shifts
|
||||
Into the lean and slipper'd pantaloon,
|
||||
With spectacles on nose and pouch on side,
|
||||
His youthful hose, well sav'd, a world too wide
|
||||
For his shrunk shank; and his big manly voice,
|
||||
Turning again toward childish treble, pipes
|
||||
And whistles in his sound. Last scene of all,
|
||||
That ends this strange eventful history,
|
||||
Is second childishness and mere oblivion;
|
||||
Sans teeth, sans eyes, sans taste, sans every thing.
|
@ -0,0 +1 @@
|
||||
I say that the Library is unending. The idealists argue that the
hexagonal rooms are a necessary form of absolute space or, at least, of our
intuition of space. They reason that a triangular or pentagonal room is
inconceivable. (The mystics claim that their ecstasy reveals to them a circular
chamber containing a great circular book, whose spine is continuous and which
follows the complete circle of the walls; but their testimony is suspect; their
words, obscure. This cyclical book is God.) Let it suffice now for me to repeat the
classic dictum: The Library is a sphere whose exact center is any one of its
hexagons and whose circumference is inaccessible.
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html><html><head>
|
||||
<script src="p5.min.js"></script>
|
||||
<script src="p5.dom.min.js"></script>
|
||||
<script src="p5.sound.min.js"></script>
|
||||
|
||||
<!-- Generative Design Dependencies here -->
|
||||
<!-- GG Bundled -->
|
||||
<script src="gg-dep-bundle.js"></script>
|
||||
<!-- Opentype -->
|
||||
<script src="opentype.min.js"></script>
|
||||
<!-- Rita -->
|
||||
<script src="rita-small.min.js"></script>
|
||||
<!-- Chroma -->
|
||||
<script src="chroma.min.js"></script>
|
||||
<!-- Jquery -->
|
||||
<script src="jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
||||
|
||||
<!-- sketch additions -->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- main -->
|
||||
<script src="sketch.js"></script>
|
||||
|
||||
|
||||
</body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,8 @@
|
||||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
canvas {
|
||||
vertical-align: top;
|
||||
}
|
Loading…
Reference in New Issue