Skip to content

Instantly share code, notes, and snippets.

View elenatorro's full-sized avatar
🕷️
Building webs

Elena Torró elenatorro

🕷️
Building webs
View GitHub Profile
@elenatorro
elenatorro / index.html
Last active July 22, 2019 06:42
Multiple animation controls
<!DOCTYPE html>
<html>
<head>
<title>Animation | CARTO VL</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<script src="https://libs.cartocdn.com/carto-vl/v1.4/carto-vl.min.js"></script>
<script src="https://api.tiles.mapbox.com/mapbox-gl-js/v1.0.0/mapbox-gl.js"></script>
<link href="https://api.tiles.mapbox.com/mapbox-gl-js/v1.0.0/mapbox-gl.css" rel="stylesheet" />
@elenatorro
elenatorro / index.html
Last active April 15, 2020 10:41
Dijkstra With Emoji
<!doctype html>
<html lang="en">
<head>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script>
<style>
canvas {
border: 1px solid black;
}
</style>
</head>