Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcraiha/dithery
Dither showcase for Blazor
https://github.com/mcraiha/dithery
blazor csharp dithering
Last synced: 29 days ago
JSON representation
Dither showcase for Blazor
- Host: GitHub
- URL: https://github.com/mcraiha/dithery
- Owner: mcraiha
- License: unlicense
- Created: 2020-08-01T15:21:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T17:58:20.000Z (about 2 months ago)
- Last Synced: 2024-11-25T18:38:47.678Z (about 2 months ago)
- Topics: blazor, csharp, dithering
- Language: HTML
- Homepage: https://dithery.raiha.rocks/
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dithery
Dither showcase for Blazor. Uses [CSharp-Dithering](https://github.com/mcraiha/CSharp-Dithering) and [ImageSharp](https://github.com/SixLabors/ImageSharp)
## Web link
[https://dithery.raiha.rocks](https://dithery.raiha.rocks)
## Requirements (use)
You have to have newish [internet browser](https://docs.microsoft.com/en-us/aspnet/core/blazor/supported-platforms?view=aspnetcore-9.0)
## Requirements (develop)
.NET 9 or newer
## How to run / develop
```
dotnet run
```
And then you can open http://localhost:5000 in your browser## How to publish
```
dotnet publish -c Release
```
(you have to have wasm-tools installed, you can install it with following command `dotnet workload install wasm-tools` )
and content should be in **bin\Release\net8.0\publish\wwwroot** folder.