https://github.com/sdangelo/audiowidgets.js
Minimal HTML5 Canvas/JavaScript library of GUI widgets for audio applications
https://github.com/sdangelo/audiowidgets.js
Last synced: about 2 months ago
JSON representation
Minimal HTML5 Canvas/JavaScript library of GUI widgets for audio applications
- Host: GitHub
- URL: https://github.com/sdangelo/audiowidgets.js
- Owner: sdangelo
- License: isc
- Created: 2015-10-15T20:17:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T11:45:57.000Z (about 2 months ago)
- Last Synced: 2025-04-01T12:36:59.194Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# audioWidgets.js
Minimal HTML5 Canvas/JavaScript library of GUI widgets for audio applications.I am too lazy to explain hows and whys, just take a look at the example file
audioWidgets.html.## TODO:
* https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio;
* exploit JS class inheritance in web components?
* better handle isOver in web components;
* add Web MIDI API events;
* use polyfills where needed?
* review API;
* offscreen rendering;
* better graphics;
* optimizations;
* documentation;
* better examples;
* translate to Web Components?
* accessibility;
* move scope/spectrum analyser here from canvasPlot.js?
* themeing?
* minified version.