Maximilian VS react-juce

Compare Maximilian vs react-juce and see what are their differences.

react-juce

Write cross-platform native apps with React.js and JUCE (by JoshMarler)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Maximilian react-juce
5 2
1,528 749
- -
3.8 0.0
3 months ago 5 months ago
C++ C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Maximilian

Posts with mentions or reviews of Maximilian. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-31.
  • Open Source DSP Libraries for Android and/or iOS
    5 projects | /r/DSP | 31 Oct 2022
    Thanks, there was a missing dependency. It was maximilian.cpp . maxiOsc is defined here. It was defined in maximilian.h as well but it was wrapped in conditionals related to to something called Cheerp, which looks like a c++ to web assembly compiler.
  • Elementary Audio: a modern platform for writing high performance audio software
    20 projects | news.ycombinator.com | 11 Apr 2022
    https://github.com/micknoise/Maximilian

    For those language you mentioned csound, supercollider, Chuck, I think these languages focus more on different music programming philosophy. Of course, SC is probably the most famous for reusing its audio engine for other high-level langs like the Tidal, Sonic Pi you mentioned. Also, SuperCollider's scsynth can run in browsers now:

  • Audio library recommendation?
    1 project | /r/cpp_questions | 5 Jul 2021
    Maximilian could be a good option, although I've not had much experience with it: https://github.com/micknoise/Maximilian

react-juce

Posts with mentions or reviews of react-juce. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-11.
  • Design and Juce
    1 project | /r/JUCE | 17 Feb 2023
    If you're keen to stay with HTML/CSS-like UI, then you might want to look at react-juce, which is a React frontend for JUCE. It will likely be more familiar to you than using JUCE directly, though it is not the same as using actual HTML/CSS.
  • Elementary Audio: a modern platform for writing high performance audio software
    20 projects | news.ycombinator.com | 11 Apr 2022
    It's probably helpful to have some background context for the development of this

    The author of this library is also the author of the React JUCE renderer. It's a toolkit that re-uses React Native's rendering engine to allow you to use JS and React to render JUCE components:

    https://www.nickwritesablog.com/blueprint-a-juce-rendering-b...

    https://github.com/JoshMarler/react-juce

    So at this point, you have a (presumably) C++ JUCE app that is using JS/TS to render the UI. Why not work to move DSP stuff into JS as well, so that you're gluing minimal bits of C++ together?

    It's not a far leap from there to here when you follow this down the road.

What are some alternatives?

When comparing Maximilian and react-juce you can also consider the following projects:

KFR - A benchmark for comparison of FFT algorithms performance

elementary - A JavaScript runtime for writing native audio applications, as well as a library and framework for composing audio signal processes.

Kaldi Speech Recognition Toolkit - kaldi-asr/kaldi is the official location of the Kaldi project.

vst3sdk - VST 3 Plug-In SDK

OpenAL

sema-engine - A Signal Engine for a Live Code Language Ecosystem

algore - Tasty C++ class wrappers and mixer implementation for OpenAL built on Chris Robinson's ALURE library. Comes with some crunky LinkedList and ListItem classes which you are welcome to use or change. Use with ALURE, OpenAL, libsndfile / libFLAC etc. Provides a simple and effective programmer interface to easily deal with the ALURE libraries and implements ALURE on Windows and Linux. Effectively uses both the one-off and streaming capabilities of OpenAL/ALURE and via libsndfile libflac et al supports a wide variety of sound file formats.

fundsp - Library for audio processing and synthesis

Tonic - Easy and efficient audio synthesis in C++

dasp - The fundamentals for Digital Audio Signal Processing. Formerly `sample`.

minimp3 - Minimalistic MP3 decoder single header library

wasgen - Web Audio sound generator