Skip to content
ElandaOfficial edited this page Oct 24, 2023 · 27 revisions

Introduction

img

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.

This Wiki

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.

Contact

If you need further help or don't know where to start, take a minute to talk to the developers:

ElandaSunshine Community

Static Badge
 

Getting Started

  1. Home
  2. Installation
  3. Modules

Tutorials

  1. Working with Configs
  2. Logging like a Pro

Guides

Coming soon

CMake Tools

  1. Module: JClogs
  2. Module: JCson

Clone this wiki locally