p5.js audio visualization dedicated to the worst recorded year yet. cheers.
- GitHub Staff
- You're looking at it
- @lostintangent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| height: 700 | |
| scrolling: yes |
This is the map of Nielen Designated Marketing Areas using D3.js. Hover over for data related to each area.
See map here
See code here
- Map adapted from Mike Bostock's map example
- Topojson made by converting shapefile from here to topojson via Mike Bostock's instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "scripts": [ | |
| "react", | |
| "react-dom" | |
| ], | |
| "styles": [] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <digital-art dpr="auto" aria-hidden="true"> | |
| <script type="buffer" name="position" data-size="2"> | |
| [-1, -1, -1, 1, 1, -1, 1, -1, 1, 1, -1, 1] | |
| </script> | |
| <script type="vert"> | |
| precision highp float; | |
| uniform float time; | |
| uniform vec2 resolution; | |
| varying vec4 vPos; | |
| attribute vec4 position; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div id="score"></div> | |
| <canvas id="game" width="375" height="375"></canvas> | |
| <div id="introduction">Hold down the mouse to stretch out a stick</div> | |
| <div id="perfect">DOUBLE SCORE</div> | |
| <button id="restart">RESTART</button> | |
| </div> | |
| <a id="youtube" href="https://youtu.be/eue3UdFvwPo" target="_blank"> | |
| <span>See how this game was made</span> |
In order to learn Clojure, and start participating in the Athens Research community, I signed up for the ClojureFam program. I'm part of Team Phanes and will be using this journal to document my learning journey over the coming weeks 🙌
Valuable references:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .summerdream | |
| .sea | |
| .surface | |
| //- .inner | |
| //- .fishes | |
| //- .fish | |
| //- .body | |
| .ship | |
| .rotate | |
| .move |
A Pen by Amit Sheen on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Status Bar", | |
| "description": "Describes how we augment the status bar", | |
| "steps": [ | |
| { | |
| "file": "src/extension.ts", | |
| "line": 36, | |
| "description": "### Activation\nThe status bar provider is registered upon extension activiation", | |
| "selection": { | |
| "start": { |