Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrlanglois authored Nov 25, 2024
1 parent 4d4172c commit ed62079
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

The SquarePine Modules provide a vast array of tools in the [format of JUCE/C++ modules](https://github.com/juce-framework/JUCE/blob/develop/docs/JUCE%20Module%20Format.md). From animation and easing, cryptopgraphy, networking, and codecs and audio effects, hopefully you will find something of use!

Everything should _"Just Work™"_ within your JUCE project, and assumes you're using [the latest `develop` branch of JUCE](https://github.com/juce-framework/JUCE/tree/develop).
Everything should _"Just Work™"_ within your JUCE project. If this isn't the case, please see the

## Requirements

The C++ modules contained assume you're using [the latest `develop` branch of JUCE](https://github.com/juce-framework/JUCE/tree/develop) and a C++20/modern toolchain.

## Philosophy

Expand Down

0 comments on commit ed62079

Please sign in to comment.