Ecosyste.ms: Awesome
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 3 hours 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T14:03:20.000Z (over 4 years ago)
- Last Synced: 2023-10-20T23:13:15.714Z (about 1 year ago)
- Topics: animation, block, csharp, library, matrix, nexn, wait, wpf
- Language: C#
- Homepage:
- Size: 6.15 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=35WE5NU48AUMA&source=url)
BlockMatrix
============
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
```### Enjoying this?
Just star the repo or make a donation.[![Donate0](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=35WE5NU48AUMA&source=url)
Your help is valuable since this is a hobby project for all of us: we do development during out-of-office hours.
### Contribution
Pull requests are very welcome.### Copyright
This version was written by **Markus Karl Wackermann**