Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mthierman/webviewaudioplugin
https://github.com/mthierman/webviewaudioplugin
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mthierman/webviewaudioplugin
- Owner: mthierman
- License: mit
- Created: 2024-04-07T03:11:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T06:09:32.000Z (9 months ago)
- Last Synced: 2024-05-31T07:27:49.554Z (9 months ago)
- Language: C++
- Size: 262 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This template is based on [TheAudioProgrammer](https://github.com/TheAudioProgrammer)'s [webview_juce_plugin_choc](https://github.com/TheAudioProgrammer/webview_juce_plugin_choc) repo.
Changes:
- Light/dark mode
- Custom slider styling
- Debug build: Vite hot reload
- Release build: fetchResource & JUCE BinaryData
- TypeScript with interfaces and seperate script file
- Seperate CSS file & modern CSS reset
- Responsive & resizableAttributions:
- [webview_juce_plugin_choc](https://github.com/TheAudioProgrammer/webview_juce_plugin_choc)
- [JUCE](https://github.com/juce-framework/JUCE)
- [CHOC: "Classy Header Only Classes"](https://github.com/Tracktion/choc)