Skip to content

Instantly share code, notes, and snippets.

View aurelianonava's full-sized avatar

Azini aurelianonava

View GitHub Profile
"use strict"
class Circle {
constructor() {
this.logtext = "circle instantiated"
}
draw() {
// var x = 10;
@aurelianonava
aurelianonava / index.html
Last active October 27, 2017 20:15
Current state of mhs master as of Wednesday, October 25,2017
<html>
<head>
<meta name="description" content="Rotate point around ellipse">
<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>
</head>
<body>
<script src="script.js"></script>
</body>
@aurelianonava
aurelianonava / index.html
Last active October 25, 2017 17:02
FINAL Course Project Gist:
<!DOCTYPE html>
<html>
<head>
<title>Multiple Mini-Project on one canvas.</title>
<meta name="description" content="[add your bin description]">
<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>
</head>
<body>
@aurelianonava
aurelianonava / index.html
Created October 6, 2017 15:46 — forked from Mesparza99/index.html
Rotate point around ellipse// source https://jsbin.com/yobuko
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Rotate point around ellipse">
<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>
</head>
<body>
@aurelianonava
aurelianonava / index.html
Last active October 6, 2017 15:34
Rotate point around ellipse// source https://jsbin.com/yobuko
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Rotate point around ellipse">
<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>
<script src="script.js"></script>
</head>
@aurelianonava
aurelianonava / index.html
Created October 5, 2017 19:28 — forked from dannyalberto/index.html
Project 2, Version 1// source http://jsbin.com/dafopin
<!DOCTYPE html>
<html>
The reason for the movement of the circle is because of the greater sign(>) next to the x variable, in the ''if conditional statement''( if (x>240) ).The greater sign makes the x variable move into the direction the sign points to,
therefore replacing a greater sign instead of a number.With this, the Function draw runs 60 times a second, while this happening, the speed what picked up and then moved(the if conditional statement , the greater sing changed on the x axis of the funcion).
<head>
<meta name"description" content=""[Projec for issue #16 and explanation]">
<title>Project 2, Version 1</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 October 5, 2017 18:39 — forked from Outrights/index.html
Create and Call a function
<!DOCTYPE html>
<html>
<head>
<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>
<title>Experimenting with creating my own functions</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<meta name="random();" content="Using random(); with point();">
<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>
<Title>Using random();</Title>
<script src="script.js"></script>
</head>
@aurelianonava
aurelianonava / index.html
Created October 5, 2017 17:21
[Wroking with your own functions #2.] // source http://jsbin.com/wadojuh
<!DOCTYPE html>
<head>
<meta name="description" content="[Wroking with your own functions #2.]">
<Title> Wroking with your own functions 2. </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 October 4, 2017 18:53
[Wroking with your own functions #2.] // source http://jsbin.com/wadojuh
<!DOCTYPE html>
<head>
<meta name="description" content="[Wroking with your own functions #2.]">
<Title> Wroking with your own functions 2. </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>