SkillAgentSearch skills...

Imspinner

Set of nice spinners for imgui

Install / Use

/learn @dalerank/Imspinner
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

imspinner

Set of nice spinners for imgui

spinners

how to test

  1. add a little code that enable test mode
#define IMSPINNER_DEMO
#include "../imspinner/imspinner.h"

int main(int, char**) {
  ...
  while (!done) {
     ...
     ImSpinner::demoSpinners();
  }
}
  1. enable edit mode with checkbox 'show number' or play with options image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

View on GitHub
GitHub Stars551
CategoryDevelopment
Updated1d ago
Forks50

Languages

C++

Security Score

95/100

Audited on Mar 27, 2026

No findings