Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurtent/shaderamp
Chrome extension to visualize music
https://github.com/arthurtent/shaderamp
chrome extension glsl-shaders music music-visualizer musicvisualization soundcloud spotify visualization youtube
Last synced: about 1 month ago
JSON representation
Chrome extension to visualize music
- Host: GitHub
- URL: https://github.com/arthurtent/shaderamp
- Owner: ArthurTent
- License: other
- Created: 2023-08-17T22:05:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T14:58:06.000Z (6 months ago)
- Last Synced: 2024-05-18T19:35:16.122Z (6 months ago)
- Topics: chrome, extension, glsl-shaders, music, music-visualizer, musicvisualization, soundcloud, spotify, visualization, youtube
- Language: TypeScript
- Homepage:
- Size: 50.8 MB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShaderAmp
is a free browser plugin for visualizing music on any website. It works with YouTube, Spotify, Soundcloud and so on.
It started as a proof of concept project but with the help of Philipp and Eamon, we were able to create a reactified version of the original project.
***Note***: We are not related to shadertoy.com and we're not the original authors of the shaders.
We simply adapted them to run with THREE.js and made some of them more aware of the music input.
(The authors of the shaders might say that we've screwd them up 😅)## Example Visualization
[![Example on YouTube](https://img.youtube.com/vi/5LPhK8k_xEI/0.jpg)](https://www.youtube.com/watch?v=5LPhK8k_xEI)
## Installation
If you don't know how to install an unpacked browser extension then you might find [this link](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) usefull
After installation, you will find a new extension icon which you can click to open ShaderAmp.
The latest version is now available on [Chrome Web Store](https://chromewebstore.google.com/detail/shaderamp/pbgkhemojiabmajgkcgjelgpnpoddcgl)!
## Usage hints
- **Use it at your own risk. We are not responsible for any damage to your hardware or data in the event of a browser crash.**
- Some shaders require a **powerful** GPU in order to run smooth. If you don't have a powerful GPU, then you shouldn't run the extension in fullscreen. We recommend a 720p or max. 1080p resolution for fullscreen.
- If you have multiple graphics cards, Windows/Linux/macOS always starts the browser by default on the integrated graphics card. We recommend configuring the browser to always render with the dedicated graphics card in the operating system settings.
## Keys
Use 'alt' + L to open ShaderAmp
Use 'alt' + O to open ShaderAmp options
## Development
### Prerequisites
- npm
- node### Installing ShaderAmp dependencies
```bash
npm install
```### Compiling ShaderAmp
```bash
npm run build
```### Running the ShaderAmp in dev mode
```bash
npm run dev
```## Shader Credits
You will find the original shader authors in the shaders and in the [dist/shaders/README.md](dist/shaders/README.md) file.
## How to change ShaderAmp Shortcuts
ShaderAmp binds per default the following shortcuts:
- ALT + L: Open ShaderAmp
- ALT + O: Open ShaderAmp Options
- ALT + K: Activate the extensionIf you want to change these shortcuts you can do so by opening
`chrome://extensions/shortcuts`
in your browser and change the shortcuts for ShaderAmp.
![ ](screenshots/shortcuts.png)
## Need help or got questions?
Join our Discord: https://discord.gg/yWdddj9Z5V
## Like what you get?
Give this project a ⭐ and consider becoming a [ShaderToy Patreon](https://www.patreon.com/shadertoy)
## Thanks
- Philipp and Eamon for the help with the reactification of the PoC project
- react-three/fiber for the easy to use react-three-fiber library
- Ricardo Cabello aka mrdoob for creating the amazing [three.js](https://threejs.org/) library and [glsl-sandbox](https://glslsandbox.com/) platform
- Inigo Quilez and Pol Jeremias for creating the amazing [shadertoy](https://www.shadertoy.com/) platform
- The [shadertoy](https://www.shadertoy.com/) community
- To the original authors of the shaders <3
- To the creators of the two default videos included in the project
- @nyancat (X/Twitter) for the permission to use NyanCat in the project (www.nyan.cat)
- DemoScene for many years of visual inspiration
- Nullsoft for creating [Winamp](https://www.winamp.com/)
- And last but not least to MilkDrop for the first visualizer that really whipped the llama's ass.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
However, the shaders are licensed under different licenses. Most of them are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Some are using Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License or MIT License.
You can find more information about the license in the [shaders](dist/shaders) folder.
Each Shader file has a link to the original shader and the license. DO NOT REMOVE THIS INFORMATION.ShaderAmp
All your BASS are belong to us!