Skip to content

Commit

Permalink
1st push
Browse files Browse the repository at this point in the history
  • Loading branch information
psenough committed Aug 8, 2011
0 parents commit 4c018fc
Show file tree
Hide file tree
Showing 159 changed files with 20,115 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added cc_by_nc_sa.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
546 changes: 546 additions & 0 deletions demo.html

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
Binary file added font.ttf
Binary file not shown.
73 changes: 73 additions & 0 deletions index.html
@@ -0,0 +1,73 @@
<!DOCTYPE html>
<html>
<head>
<title>minimalartifact - pgen</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
@font-face {
font-family: myfont;
src: url('font.ttf');
}
body {
background-color: #D0D0D0;
margin: 0px;
padding: 0px;
font-family: myfont;
}
#container {
position: fixed;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}
p {
color: black;
font-size: 1.2em;
}

A { color: #666666; /* text-decoration: none; */}
A:link { color: #666666; text-decoration: underline; }
A:visited { color: #666666; text-decoration: underline; }
A:active { color: #666666; }
A:hover { color: #666666; text-decoration:underline; }
</style>
<script type="text/javascript">
function launch() {
window.location.href = 'demo.html';
}
</script>
</head>

<body>
<div id="container">
<div style="text-align: center;">
<p>"pgen" by minimalartifact<br /><br />a ProcessingJS demo<br />made for <a href="http://www.assembly.org/summer11/">Assembly 2011</a> - August 2011</p>

<p><input type="button" value="Launch Demo!" onclick="launch()"/></p>

<p>Procedural / generative images and sound. No animations. Different border mood on each different day.</p>

<p>All effects derived from the 'recursion2' example by Casey Reas and Ben Fry.</p>

<p>Sounds taken from <a href="http://www.soundjay.com/">SoundJay</a>.</p>

<p>Demo put together by <a href="http://tpolm.org/~ps">Filipe 'ps' Cruz</a> of TPOLM.<br />
Available for freelance web / mobile / interactive media software development.</p>

<p>Greetings to:<br />
TPOLM, MFX, Kewlers, Satori, Kosmoplovci, Farbrausch, ASD, Accession<br />Bilotrip, Haujobb, PWP, Still, Ephidrena, Traction, Fairlight, RNO, Loonies<br />and the ones that i'm forgetting (sorry)<br />
</p>

<!--<p>Also available at <a href="https://github.com/psenough/minimalartifact_-_pgen">github repo</a></p>
-->
<p><img src="cc_by_nc_sa.jpg"/></p>

<!--<p><a href="http://flattr.com/thing/315540/Blind-Serpent" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></p>
-->
</div>
</div>
</body>
</html>

0 comments on commit 4c018fc

Please sign in to comment.