An open API service indexing awesome lists of open source software.

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: about 2 months ago
JSON representation

BlockMatrix ProgressBar and Waitanimation for WPF

Awesome Lists containing this project

README

        

# BlockMatrix

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/spreed)

## Overview

Some simple and cool looking ProgressBar and WaitAnimation.

### Wait Animation

![](Screenshots/BlockMatrix_wait.gif)

### Random

![](Screenshots/BlockMatrixProgress_random.gif)

### Straight

![](Screenshots/BlockMatrixProgress_straight.gif)

### Bars

![](Screenshots/BlockMatrixProgress_bars.gif)

### Bars right to left

![](Screenshots/BlockMatrixProgress_barslefttoright.gif)

### 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**

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/spreed)