All Projects → mikehadlow → Gtr Cof

mikehadlow / Gtr Cof

Licence: mit
Interactive music theory dashboard for guitarists. http://guitardashboard.com/

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Gtr Cof

D3 Audio Spectrum
Spectrum analysis demo using D3 and HTML5 audio
Stars: ✭ 101 (-58.61%)
Mutual labels:  d3, d3js
Ssthouse Blog
个人博客仓库:前端 / 数据可视化 / D3.js
Stars: ✭ 231 (-5.33%)
Mutual labels:  d3, d3js
D3js doc
D3js中文文档 D3中文 📊 📈 🎉
Stars: ✭ 1,599 (+555.33%)
Mutual labels:  d3, d3js
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (-11.89%)
Mutual labels:  d3, d3js
D3 Geo Voronoi
Voronoi / Delaunay tessellations on the sphere
Stars: ✭ 155 (-36.48%)
Mutual labels:  d3, d3js
D3blackbox
A simple React wrapper for any D3 code you want
Stars: ✭ 80 (-67.21%)
Mutual labels:  d3, d3js
Eon Chart
Realtime animated graphs with PubNub and C3.
Stars: ✭ 121 (-50.41%)
Mutual labels:  d3, d3js
Sankey
D3 Sankey Diagram Generator with self-loops
Stars: ✭ 61 (-75%)
Mutual labels:  d3, d3js
D3 Es6
D3 力导向图 增删改动态更新数据 点击生成节点 拖拽生成连线...
Stars: ✭ 155 (-36.48%)
Mutual labels:  d3, d3js
Scatterd3
R scatter plot htmlwidget based on D3.js
Stars: ✭ 135 (-44.67%)
Mutual labels:  d3, d3js
Whom I Know
Looks for common users of vk.com [DEPRECATED]
Stars: ✭ 69 (-71.72%)
Mutual labels:  d3, d3js
V Chart Plugin
Easily bind a chart to the data stored in your Vue.js components.
Stars: ✭ 188 (-22.95%)
Mutual labels:  d3, d3js
D3
This is the repository for my course, Learning Data Visualization with D3.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 64 (-73.77%)
Mutual labels:  d3, d3js
Dex
Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations.
Stars: ✭ 1,238 (+407.38%)
Mutual labels:  d3, d3js
Vue D3 Workshop
Workshop content material and excercises for Suncoast Developers
Stars: ✭ 63 (-74.18%)
Mutual labels:  d3, d3js
Just Dashboard
📊 📋 Dashboards using YAML or JSON files
Stars: ✭ 1,511 (+519.26%)
Mutual labels:  d3, d3js
D3 Parliament
A parliament chart based on D3js
Stars: ✭ 44 (-81.97%)
Mutual labels:  d3, d3js
Dual Scale D3 Bar Chart
This is a demo for creating dual-scaled bar charts using D3.js
Stars: ✭ 49 (-79.92%)
Mutual labels:  d3, d3js
Rid3
Reagent Interface to D3
Stars: ✭ 135 (-44.67%)
Mutual labels:  d3, d3js
D3tutorial
📊📈 A D3 v6 tutorial - interactive bar chart and multiple coordinated views (MCV)
Stars: ✭ 163 (-33.2%)
Mutual labels:  d3, d3js

Guitar Dashboard

An interactive music theory dashboard for guitarists. http://guitardashboard.com/

The aim is to provide a graphical representation of music theory elements (scales, modes, chords etc) mapped to a guitar fretboard.

Developing with VS Code

Guitar Dashboard is written in Typescript using VS Code. Make all code changes in the src/*.ts files. Compilation outputs to the docs folder, do not edit the *.js or *.js.map files in this directory. They are included in the source repository because the website is hosted in GitHub pages which does not support Typescript compilation.

  1. Clone or fork-and-clone this repository.
  2. File -> Open folder at the root directory of the cloned repository.
  3. To develop locally using lite-server:
    • npm install
    • npm start
  4. Browse to http://localhost:10001/
  5. Edit the src/*.ts, index.html and gtr-cof.css files.
  6. Commit, push to GitHub and create a pull request :)

Developing without VS Code

First, make sure you have TypeScript installed. If not, npm install -g typescript will do the trick.

  1. Clone the repo and go into it
  2. Run npm install
  3. Open a shell and run tsc --watch so that the sources are always rebuilt automatically on source changes
  4. Open another shell and run npm start in it so that results will be visible in a browser
  5. Browse to http://localhost:10001/
  6. Edit the src/*.ts, index.html and gtr-cof.css files.
  7. Commit, push to GitHub and create a pull request :)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].