Skip to content

Commit 575d27b

Browse files
committed
add link to Drawing with Blazor WebAssembly blog post
1 parent 1abab43 commit 575d27b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Client-side Blazor lets graphics models written in C# compile-down to WebAssembl
4646

4747
Description | Screenshot
4848
---|---
49-
**[Animation in the Browser with Blazor WebAssembly and HTML Canvas](/examples/2021-01-07-blazor-html-canvas)** ([demo](https://swharden.com/software/csdv/2021-01-07-animation-with-blazor-and-html-canvas/app/)) - This program demonstrates how to write a graphics model in C# and render it using the `Blazor.Extensions.Canvas` to draw on a HTML canvas. | ![](/examples/2021-01-07-blazor-html-canvas/blazor-canvas-demo.gif)
49+
**[Animation in the Browser with Blazor WebAssembly and HTML Canvas](/examples/2021-01-07-blazor-html-canvas)** ([demo](https://swharden.com/blog/2021-01-07-blazor-canvas-animated-graphics/app/)) - This program demonstrates how to write a graphics model in C# and render it using the `Blazor.Extensions.Canvas` to draw on a HTML canvas. See the [blog post](https://swharden.com/blog/2021-01-07-blazor-canvas-animated-graphics) for details | ![](/examples/2021-01-07-blazor-html-canvas/blazor-canvas-demo.gif)
5050

5151
### Audio
5252

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Details for this project are in a blog post: [**Draw Animated Graphics in the Browser with Blazor WebAssembly**](https://swharden.com/blog/2021-01-07-blazor-canvas-animated-graphics)
2+
3+
![](blazor-canvas-demo.gif)

0 commit comments

Comments
 (0)