https://github.com/spreedated/nexn.blockmatrix.wpf
BlockMatrix ProgressBar and Waitanimation for WPF
https://github.com/spreedated/nexn.blockmatrix.wpf
animation block csharp library matrix nexn wait wpf
Last synced: 4 months ago
JSON representation
BlockMatrix ProgressBar and Waitanimation for WPF
- Host: GitHub
- URL: https://github.com/spreedated/nexn.blockmatrix.wpf
- Owner: spreedated
- Created: 2020-06-28T12:02:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T04:30:07.000Z (9 months ago)
- Last Synced: 2025-05-15T08:39:35.746Z (6 months ago)
- Topics: animation, block, csharp, library, matrix, nexn, wait, wpf
- Language: C#
- Homepage:
- Size: 6.16 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlockMatrix
[](https://buymeacoffee.com/spreed)
## Overview
Some simple and cool looking ProgressBar and WaitAnimation.
### Wait Animation

### Random

### Straight

### Bars

### Bars right to left

### Features
- Custom Blocksize
- Custom colors
- Different fillstyles
- Custom matrix size
### Usage (C#)
(WaitAnimation)
```
BlockMatrix matrix = new BlockMatrix(ref );
matrix.CreateMatrix();
matrix.Start();
```
(ProgressBar)
```
BlockMatrixProgress matrix = new BlockMatrixProgress(ref ) { Fillstyle = BlockMatrixProgress.FillStyles. };
matrix.CreateMatrix();
matrix.Value = 0; // Set value
```
## Contributing
Contributions are welcome! Feel free to submit issues or pull requests.
## License
This project is licensed under the [MIT License](LICENSE.txt).
## Acknowledgments
Thanks for checking out Year In Progress! Stay inspired and keep pushing forward!
### Copyright
This version was written by **Dante Wackermann**
[](https://buymeacoffee.com/spreed)