Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.