DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 802774a040
Implement webview for windows, custom choc fork
1 year ago
..
LICENSE.md Implement webview for windows, custom choc fork 1 year ago
README.md Implement webview for windows, custom choc fork 1 year ago
choc.patch Implement webview for windows, custom choc fork 1 year ago
choc_DesktopWindow.h Implement webview for windows, custom choc fork 1 year ago
choc_DynamicLibrary.h Implement webview for windows, custom choc fork 1 year ago
choc_MemoryDLL.h Implement webview for windows, custom choc fork 1 year ago
choc_Platform.h Implement webview for windows, custom choc fork 1 year ago
choc_StringUtilities.h Implement webview for windows, custom choc fork 1 year ago
choc_WebView.h Implement webview for windows, custom choc fork 1 year ago

README.md

Taken from https://github.com/Tracktion/choc

commit 2512542b2d65f3e92df7f2f1f7eeb712fa41a0de (HEAD -> main, origin/main, origin/HEAD)
Author: Cesare Ferrari <cesare.ferrari@gmail.com>
Date:   Sun Apr 28 12:53:17 2024 +0100

    Disable additional gcc warnin

With the big choc.patch patch applied to top for:

  • remove everything not related to windows
  • remove everything unused by DPF
  • convert webview JS callbacks to pass raw strings instead of json
  • remove even more stuff (json no longer needed)
  • convert choc asserts into distrho ones
  • put everything inside distrho namespace

And then backported: