0.1.2 • Published 4 years ago

@nick-thompson/react-juce v0.1.2

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

Blueprint

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

Blueprint is a hybrid JavaScript/C++ framework that enables a React.js frontend for a JUCE application or plugin. It provides an embedded, ECMAScript-compliant JavaScript engine via Duktape, native hooks for rendering the React component tree via juce::Component instances, and a flexbox layout engine via Yoga.

For more information, see the introductory blog post here: Blueprint: A JUCE Rendering Backend for React.js

Examples

Blueprint is a young project, but already it provides the framework on which the entire user interface for Creative Intent's Remnant plugin is built.

Creative Intent Remnant: Screenshot

Besides that, you can check out the example code in the examples/ directory. See the "Documentation" section below for building and running the demo plugin. If you have a project written with Blueprint that you want to share, get in touch! I would love to showcase your work.

Documentation

See Blueprint Docs & Getting Started

Contributing

Yes, please! I would be very happy to welcome your involvement. Take a look at the open issues or the project tracker to see if there's outstanding work that you might be able to get started. Or feel free to propose an idea or offer feedback by opening an issue as well.

I don't have a formal style guide at the moment, so please try to match the present formatting in any code contributions.

License

See LICENSE.md

0.1.2

4 years ago

0.1.1

4 years ago