Skip to content

Instantly share code, notes, and snippets.

@ahx
Created February 26, 2009 06:42
Show Gist options
  • Save ahx/70703 to your computer and use it in GitHub Desktop.
Save ahx/70703 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Coding</title>
<style type="text/css" media="screen">
html {
font-size: 120%;
padding: 1em;
background-color:#FF6;
font-family: Helvetica, sans-serif;
}
</style>
</head>
<body>
<h1>Art and Code</h1>
<h2>Software / Programming languages</h2>
<ul>
<li><a href="http://processing.org">Processing</a> (Uses the Java programming language, but there are other implementations for Ruby, JavaScript or ActionScript)</li>
<li>Adobe Flash / ActionScript</li>
<li><a href="http://www.openframeworks.cc/">OpenFrameworks</a> </li>
<li><a href="http://www.contextfreeart.org/gallery/">http://www.contextfreeart.org</a> </li>
<li><a href="http://hacketyhack.net/">HacketyHack</a></li>
<li><a href="http://www.cycling74.com/downloads/max5">Max / Jitter</a> </li>
<li><a href="http://vvvv.org/tiki-index.php">VVVV</a> </li>
<li><a href="http://nodebox.net/code/index.php/Home">Nodebox</a> </li>
</ul>
<h2>More general info</h2>
<a href="http://artandcode.ning.com/">Art and Code - March 7-9, 2009 at Carnegie Mellon</a>
<h2>Examples / Gallery</h2>
Coming soon
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment