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

https://github.com/aksoftware98/blazor-speedometer

Speedometer that reads a GPS data and draws a speedometer with some animations using Blazor WebAssembly, HTML, CSS
https://github.com/aksoftware98/blazor-speedometer

Last synced: 5 months ago
JSON representation

Speedometer that reads a GPS data and draws a speedometer with some animations using Blazor WebAssembly, HTML, CSS

Awesome Lists containing this project

README

          

## Blazor Speedometer

Because I'm big fan of motorsport and I go kart every week, I decided to share my experience with everyone through my new YouTube channel [AK Racing](https://www.youtube.com/channel/UCd8v6rsqC362S1kZ7HrOk4Q)

After I got my GoPro and started recording the videos, I decided to have my own effects on the videos to keep it unique. I had to extract the GPS data from each video and build my own speedometer, then I added that to my videos.

> You can find the GPS data as JSON in the wwwroot folder and the rest of the logic in the Index.razor component
### Image for the speedometer
![enter image description here](https://github.com/aksoftware98/blazor-speedometer/blob/main/Images/Blazor%20Speedometer.gif?raw=true)

### Image of the usage of this speedometer
![enter image description here](https://github.com/aksoftware98/blazor-speedometer/blob/main/Images/Speedometer%20usage%203.gif?raw=true)