https://github.com/dalerank/imspinner
Set of nice spinners for imgui
https://github.com/dalerank/imspinner
Last synced: about 2 months ago
JSON representation
Set of nice spinners for imgui
- Host: GitHub
- URL: https://github.com/dalerank/imspinner
- Owner: dalerank
- License: mit
- Created: 2022-06-25T08:09:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T00:43:55.000Z (12 months ago)
- Last Synced: 2025-01-02T01:37:49.829Z (12 months ago)
- Language: C++
- Size: 333 KB
- Stars: 451
- Watchers: 9
- Forks: 40
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- Awesome-Gamedev - link
README
# imspinner
Set of nice spinners for imgui

# how to test
1. add a little code that enable test mode
```c++
#define IMSPINNER_DEMO
#include "../imspinner/imspinner.h"
int main(int, char**) {
...
while (!done) {
...
ImSpinner::demoSpinners();
}
}
```
2. enable edit mode with checkbox 'show number' or play with options

## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)