Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mthierman/example-juce-plugin-webview
https://github.com/mthierman/example-juce-plugin-webview
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mthierman/example-juce-plugin-webview
- Owner: mthierman
- License: mit
- Created: 2024-06-12T19:45:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:57:27.000Z (8 months ago)
- Last Synced: 2024-06-14T02:29:42.831Z (8 months ago)
- Language: C++
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Instructions:
1. Clone the repo with submodules `git clone --recursive https://github.com/mthierman/example-juce-plugin-webview.git`
2. Install [Node.js](https://nodejs.org/en)
3. Run `npm install` to install [Vite](https://vitejs.dev/) and the JUCE frontend framework
4. Run `npm run dev` to run the Vite [development server](http://localhost:5173/)
5. Run `npm run cmake` or `cmake -S . -B build && cmake --build build` to build the projectThe project will use the development server in debug mode and will load `index.html` from JUCE's BinaryData in release mode.