/juce-alerts

Shows bootstrap-like alerts widget, GUI testing tools and a really handy FontAwesome class

Primary LanguageC++MIT LicenseMIT

juce-alerts

This is an experiment including:

I started with the alerts, then after some heavy diversions also wrote some experimental GUI unit and integration tests and added a FontAwesome wrapper that I've been meaning to complete for months!

Bootstrap Alerts

These simple overlays are great for 'mode-less' and modal loop free application design. (See https://developer.appway.com/screen/ShowSingleRecipe/selectedRecipeId/1390246496349)

They are currently functional, but basic. Really they were a great opportunity to test the FontAwesome class and the UiTestTools.h functions out.