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 May 3, 2020 19:42
Rotating Spheres
<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 19:41
Simple Shapes
<!doctype html>
<html>
<head>
<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>
</head>
<body>
</body>
</html>
<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 19:39
Vertex
<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: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>
@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: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: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: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: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>