Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael authored Sep 25, 2024
1 parent fc37d03 commit 1f0f694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ In case you want to have multiple canvases on the same page, you can use the `Ca

You simply have to get a reference to the `CanvasManager` and then call the `CreateCanvas` passing an instance of `CanvasCreationOptions` with the desired parameters.

For a complete list of options for Canvas initialization, see [here](https://github.com/mizrael/Blazorex/blob/master/src/Blazorex/CanvasCreationOptions.cs).
The [./samples](./samples) folder contains some examples of how to setup the canvas and draw some cool stuff :)

A sample game can be found here: [Blazeroids](https://github.com/mizrael/Blazeroids)

0 comments on commit 1f0f694

Please sign in to comment.