-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Jaut (short for JUCE Augmented Utility Toolbox) aims at providing avid C++ developers with an extended toolset to the already opulent JUCE framework.
The main focus here lies on generalising the framework for non-audio devs as well as FOR audio devs, such as that JUCE can be used for all sorts of things, applications and other products.
As it is already known to JUCE users, JUCE is facilitating a modular system to bundle code in groups. For this reason, and the ease of use, this bundle is too heavily making use of this system.
Basically, Jaut provides you with various JUCE Modules that encompass various different classes and tools. These classes add new features as well as define already existing JUCE tools in a more fashionable and advanced way. You could say that the latter is a revamp of certain portions of the framework.
All these tools will provide you with things that are needed often (or not so often), in a simple and concise interface structure.
The purpose of this wiki is to bring you the approach of this bundle a little closer. You will find a proper overview of all the tools provided with this bundle, as well as some examples and tutorials.
If you are searching for the code reference, you can go here:
https://elandasunshine.github.io/Jaut/docs/reference
This is where you will find all the symbols this module bundle provides for you in a nice and beautiful overview.
If you need further help or don't know where to start, take a minute to talk to the developers:
Coming soon