Skip to content

Instantly share code, notes, and snippets.

View aurelianonava's full-sized avatar

Azini aurelianonava

View GitHub Profile
@aurelianonava
aurelianonava / index.html
Last active October 4, 2017 16:38
[Wroking with your own functions.]// source http://jsbin.com/wadojuh
<!DOCTYPE html>
<head>
<meta name="description" content="[Wroking with your own functions.]">
<Title> Wroking with your own functions. </Title>
<script data-require="p5.js@*" data-semver="0.5.7" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
@aurelianonava
aurelianonava / index.html
Last active October 3, 2017 18:31
[Randominzing point along widht and height] // source http://jsbin.com/wadojuh/53
<!DOCTYPE html>
<head>
<meta name="description" content="[Randominzing point along widht and height]">
<Title> Using random(); with point() </Title>
<script data-require="p5.js@*" data-semver="0.5.7" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
@aurelianonava
aurelianonava / index.html
Created September 29, 2017 15:14
[add your bin description] // source http://jsbin.com/nefewiy
<head>
<meta name="description" content="[add your bin description]">
<Title> Project 2 - More on function point(); </Title>
<script data-require="p5.js@*" data-semver="0.5.7" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<body>
<h1>Ellipse Rotation Project Issue #</h1>
<p>
<div class='example_container'>
<code>
function setup() {
createCanvas(400, 400);
fill(0);
}
function draw() {
background(240);
@aurelianonava
aurelianonava / index.html
Created September 28, 2017 19:40
[add your bin description] // source http://jsbin.com/wadojuh
<!DOCTYPE html>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<head>
<meta name="description" content="[add your bin description]">
<Title> Using random(); </Title>
<script data-require="p5.js@*" data-semver="0.5.7" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script>
<link rel="stylesheet" href="style.css" />
@aurelianonava
aurelianonava / index.html
Last active September 28, 2017 17:39
[ten ellipses: the hard way and the easy way.]// source http://jsbin.com/wadojuh
<html>
<head>
<meta name="description" content="[add your bin description]">
<Title> Using random(); </Title>
<script data-require="p5.js@*" data-semver="0.5.7" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
@aurelianonava
aurelianonava / index.html
Created September 27, 2017 18:30
[add your bin description] // source http://jsbin.com/wadojuh
<head>
<meta name="description" content="[add your bin description]">
<Title> Using random(); </Title>
<script data-require="p5.js@*" data-semver="0.5.7" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
I am a new Github Gist.....and I can be publishd easily....
@aurelianonava
aurelianonava / index.html
Last active September 26, 2017 21:13
Using if() conditional statement with p5.js point() function.
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]">
<Title> Project 2 - More on function point(); </Title>
<script data-require="p5.js@*" data-semver="0.5.7" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script>
<link rel="stylesheet" href="style.css" />
<!-- <script src="p5js-thirty-sketches.js"></script>-->
<script src="script.js"></script>
@aurelianonava
aurelianonava / index.html
Last active September 22, 2017 19:07
Random ellipses
<!DOCTYPE html>
<html>
<head>
<script data-require="p5.js@*" data-semver="0.3.0" src="https://rawgit.com/lmccart/p5.js/0.3.0/lib/p5.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<body>