Skip to content

Instantly share code, notes, and snippets.

@karlosgliberal
Last active August 30, 2016 19:27
Show Gist options
  • Save karlosgliberal/1186585fa357011f8833b54ffbf2b293 to your computer and use it in GitHub Desktop.
Save karlosgliberal/1186585fa357011f8833b54ffbf2b293 to your computer and use it in GitHub Desktop.

Serie Voronoi Jugando con voronoi y d3.js #1

Los proyectos estan realizados con p5js @patxangas

(function($, undefined) {
console.log("hola");
})(jQuery);
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>moon</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/addons/p5.dom.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/addons/p5.sound.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.js"></script>
<script src="toxiclibs.min.js" type="text/javascript"></script>
<script src="app.js" type="text/javascript"></script>
<script src="sketch.js" type="text/javascript"></script>
<link rel="stylesheet" href="style.css" media="screen" title="no title" charset="utf-8">
<style> body {padding: 0; margin: 0;} canvas {vertical-align: center; horizontal-aling: center;} </style>
</head>
<body>
</body>
</html>
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment