Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #452

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
* [BlazorGhost](https://github.com/KageKirin/BlazorGhost) - ![Last commit](https://img.shields.io/github/last-commit/KageKirin/BlazorGhost?style=flat-square&cacheSeconds=86400) A Blazor frontend for Ghost blogs.
* [BlazorWPBlog](https://github.com/mizrael/BlazorWPBlog) - ![last commit](https://img.shields.io/github/last-commit/mizrael/BlazorWPBlog?style=flat-square&cacheSeconds=86400) Wordpress blog with Blazor.
### Games
* [Gaming Pack X On Blazor](https://github.com/musictopia2/GamingPackXV1) Has several game packages including over 80 multiplayer games including autoresume via local storage. Includes games like Tic Tac Toe, Crazy Eights, Battleship, Yahtzee, Rummy 500 and many others. Includes settings so you can connect to another server for multiplayer gaming.
* [AsteroidsWasm](https://github.com/aesalazar/AsteroidsWasm) - ![stars](https://img.shields.io/github/stars/aesalazar/AsteroidsWasm?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/aesalazar/AsteroidsWasm?style=flat-square&cacheSeconds=86400) Collection of .NET 5 C# applications consuming a single .NET Standard project running in: Blazor Client (WebAssembly), Blazor Server, Electron (via Blazor Server), WPF, WinForms, Xamarin. [Demo](https://aesalazar.github.io/AsteroidsWasm/).
* [Trains.NET](https://github.com/davidwengier/Trains.NET) - ![stars](https://img.shields.io/github/stars/davidwengier/Trains.NET?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/davidwengier/Trains.NET?style=flat-square&cacheSeconds=86400) 2D game built with .NET and C#.
* [Flappy Blazor Bird](https://github.com/ctrl-alt-d/FlappyBlazorBird) - ![stars](https://img.shields.io/github/stars/ctrl-alt-d/FlappyBlazorBird?style=flat-square&cacheSeconds=604800) ![last-commit](https://img.shields.io/github/last-commit/ctrl-alt-d/FlappyBlazorBird?style=flat-square&cacheSeconds=86400) Blazor Flappy Bird's port. [[Wasm Demo]](http://flappyblazorbird.ctrl-alt-d.net) | [[Multiplayer Demo]](http://flappyparty.ctrl-alt-d.net/).
Expand Down Expand Up @@ -217,6 +218,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
## Libraries & Extensions
*Reusable components like buttons, inputs, grids and more.*
### Component bundles
* [BasicBlazorLibrary](https://github.com/musictopia2/BasicBlazorLibrary) - Has several basic blazor components in one package including css grids, modals, toasts, local storage, even simple render helpers so a person has more flexibility of when something needs to be rendered.
* [Ant Design Blazor](https://github.com/ant-design-blazor/ant-design-blazor) - ![GitHub stars](https://img.shields.io/github/stars/ant-design-blazor/ant-design-blazor?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/ant-design-blazor/ant-design-blazor?style=flat-square&cacheSeconds=86400) A set of enterprise-class UI components based on Ant Design and Blazor. ([Docs as Demo](https://ant-design-blazor.github.io/)).
* [MatBlazor](https://github.com/SamProf/MatBlazor) - ![GitHub stars](https://img.shields.io/github/stars/SamProf/MatBlazor?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/SamProf/MatBlazor?style=flat-square&cacheSeconds=86400) Material Design components for Blazor. ([Demo](https://www.matblazor.com/)).
* [Blazorise](https://github.com/stsrki/Blazorise) - ![GitHub stars](https://img.shields.io/github/stars/stsrki/Blazorise?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/stsrki/Blazorise?style=flat-square&cacheSeconds=86400) Components for Blazor with support for Bootstrap, Bulma, AntDesign and Material CSS. ([Bootstrap Demo](https://bootstrapdemo.blazorise.com/)), ([Bulma Demo](https://bulmademo.blazorise.com/)), ([AntDesign Demo](https://antdesigndemo.blazorise.com/)), ([Material Demo](https://materialdemo.blazorise.com/)).
Expand Down Expand Up @@ -318,6 +320,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
* [AdvancedBlazorSelect2](https://github.com/KeudellCoding/Blazor.AdvancedBlazorSelect2) - ![last commit](https://img.shields.io/github/last-commit/KeudellCoding/Blazor.AdvancedBlazorSelect2?style=flat-square&cacheSeconds=86400) Simple wrapper for Select2 with full support of databases and custom web APIs.
### Tools & Utilities
*Libraries and extensions for state management, cookies, local storage and other specific tools.*
* [SvgHelper.Blazor](https://github.com/musictopia2/SvgHelper.Blazor) - Helpers for svg. Was inspired by https://github.com/Lupusa87/BlazorSvgHelper but this includes other helpers which that one did not. This was used extensively for a game package including using for a regular deck of cards and simple game boards.
* [Blazor-Redux](https://github.com/torhovland/blazor-redux) - ![GitHub stars](https://img.shields.io/github/stars/torhovland/blazor-redux?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/torhovland/blazor-redux?style=flat-square&cacheSeconds=86400) Connecting a Redux state store with Blazor.
* [Fluxor](https://github.com/mrpmorris/fluxor) - ![GitHub stars](https://img.shields.io/github/stars/mrpmorris/fluxor?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/mrpmorris/fluxor?style=flat-square&cacheSeconds=86400) Zero boilerplate Flux/Redux library for DotNet. Formerly [Blazor-Fluxor](https://github.com/mrpmorris/blazor-fluxor) ![GitHub stars](https://img.shields.io/github/stars/mrpmorris/blazor-fluxor?style=flat-square&cacheSeconds=604800).
* [SignalR](https://github.com/BlazorExtensions/SignalR) - ![GitHub stars](https://img.shields.io/github/stars/BlazorExtensions/SignalR?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/BlazorExtensions/SignalR?style=flat-square&cacheSeconds=86400) SignalR Core implementation for Blazor. It uses the JavaScript client.
Expand Down