https://github.com/sevenc-nanashi/dpf-webview-template
https://github.com/sevenc-nanashi/dpf-webview-template
dpf
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sevenc-nanashi/dpf-webview-template
- Owner: sevenc-nanashi
- License: mit
- Created: 2024-06-19T07:19:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T06:24:16.000Z (almost 2 years ago)
- Last Synced: 2025-10-03T12:41:24.913Z (9 months ago)
- Topics: dpf
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DPF Webview + Vite Template
- DPF: [DISTRHO/DPF](https://github.com/DISTRHO/DPF)
- pnpm: [pnpm](https://pnpm.io/)
- Vite: [Vite](https://vitejs.dev/)
## Commands
```bash
# Install Dependencies
git submodule update --init --recursive
# Debug
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build
# Release
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build
```
## Todo
- Support Mac (I don't have a Mac, contributions are welcome)
- Support Linux (I'm simply not familiar with Linux, contributions are welcome)
## License
MIT License.