We provide a hand-written version of the popular imspinner library. To compile it, add imspinner.h and its sub-headers (imspinner_text.h, imspinner_bars.h, imspinner_dots.h, imspinner_shapes.h, imspinner_compat.h) to your header include path.
The file contains all functions from the imspinner library with the following changes:
- The
ImSpinnernamespace is added as theImSpinner_prefix to functions due to lack of namespace support in C - Default arguments are missing
- Everything in the
detailnamespace is missing - Creating a spinner using
ImSpinner::Configis not supported - The
ImSpinner::demoSpinnersfunction is not available due to unknown issues with compilation