react-juce icon indicating copy to clipboard operation
react-juce copied to clipboard

Write cross-platform native apps with React.js and JUCE

Results 75 react-juce issues
Sort by recently updated
recently updated
newest added

Hi Nick https://docs.react-juce.dev/guides/running_the_examples $ cd examples/GainPlugin/Source/jsui/ The Source folder doesn't exist : It's "examples/GainPlugin/jsui/" Thanks for your work !

I posted this in the Discord, so forgive me if this is redundant. I am trying to get a simple HelloWorld app going. I have the JS bundle built, but...

Break border drawing into separate drawing of top/right/bottom/left border components and add properties for border-(top|right|bottom|left)-(color|style|width) and border-(top-left|top-right|bottom-right|bottom-left)-radius. Also add styles 'dotted' and 'dashed'. Fixes #143

Implemented the fix detailed in https://github.com/nick-thompson/react-juce/issues/253 In summary this PR: * Makes it possible to include react-juce with CPM * Makes it possible to modify `REACTJUCE_JS_LIBRARY` from client code *...

Establish framework for loading source maps if present and using them to translate references in a backtrace. Implement this for Hermes. Use a regex to scan backtrace text and match...

Hi I'm just trying to run the example and I hit this error. JUCE v6.0.5 2021-06-17 22:18:59.728630+0200 ReactJUCEGainPlugin[9901:12175032] [plugin] AddInstanceForFactory: No factory registered for id F8BB1C28-BAE8-11D6-9C31-00039315CD46 2021-06-17 22:18:59.763810+0200 ReactJUCEGainPlugin[9901:12175032] HALC_ShellDriverPlugIn::Open:...

Hermes supports the chrome debugger protocol along with some profiling tools. Lets see how far we can take this. Can we get react-dev-tools working for example ... Should ideally work...

I'm trying to add react-juce as a CPM dependency with this code: ``` CPMAddPackage( NAME reactjuce GITHUB_REPOSITORY nick-thompson/react-juce GIT_TAG origin/master) ``` And when I try to build with my usual...

Where we interface with native methods, I've used ES6 rest/spread for var args (see EventBridge, BlueprintRenderer, and NativeMethods). Duktape notes any use of the `arguments` object as having a major...

performance