Skip to content

Instantly share code, notes, and snippets.

View georgesb's full-sized avatar

George Benainous georgesb

View GitHub Profile
@georgesb
georgesb / index.html
Last active April 30, 2020 19:37
Golden Ratio 2
<script src="https://cdn.jsdelivr.net/npm/p5"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active April 30, 2020 19:13
Golden Ratio 1
<script src="https://cdn.jsdelivr.net/npm/p5"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active April 30, 2020 19:11
Minimalist1
<script src="https://cdn.jsdelivr.net/npm/p5"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active April 30, 2020 19:29
Minimalist
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active May 3, 2020 00:12
Read JSON AngularJS
<!DOCTYPE html>
<html>
<title>Solar System</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.7.9/angular.js"></script>
<script src="script.js"></script>
<style> #moons {text-align:right;}</style>
<body ng-app="myApp" ng-controller="myCtrl" style="font-size:1.5em">
<center>
@georgesb
georgesb / index.html
Last active May 3, 2020 00:15
Bounce in a Box (Object)
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/gh/georgesb/lib/drawGrid.js"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active May 3, 2020 00:17
Bounce in a Box
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/gh/georgesb/lib/drawGrid.js"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active May 3, 2020 00:20
Bounce
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active May 3, 2020 00:26
Paddle Game Starter
<!doctype html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="script.js"></script>
</head>
<body>
</body>
</html>
@georgesb
georgesb / index.html
Last active May 3, 2020 00:29
Load Image
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/gh/georgesb/lib/drawGrid.js"></script>
<script src="script.js"></script>