Add Drawing and GPU sample pages to Blazor demo#368
Closed
Conversation
Co-authored-by: mattleibow <1096616+mattleibow@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new sample changes from pull request 3528
Add Drawing and GPU sample pages to Blazor demo
Feb 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings in the sample-only changes from mono/SkiaSharp#3528 into the SkiaSharp.Extended Blazor demo app.
New pages
Drawing.razor— Interactive stroke-recording canvas: pointer down/move/up for drawing, mouse wheel to resize brush, color picker toolbar, clear button. Uses@onpointerdown/@onpointermove/@onpointerup/@onwheel(adapted from PR'sTouch/EnableTouchEventsAPI which isn't released yet).GPU.razor— Real-time SkSL metaball lava lamp viaSKGLView+EnableRenderLoop+SKRuntimeEffect.BuildShader(). 6 blobs orbit on Lissajous curves; pointer drag adds a white-hot blob via uniforms. FPS counter throttled to ~4 Hz Blazor updates.Nav / layout
NavMenu.razor— Added "SKIA" section with GPU and Drawing links + Bootstrap SVG icons (NavMenu.razor.css)MainLayout.razor.css—height: 100vh+overflow: hidden+ flex columnmin-height: 0onmainfor full-viewport canvas pagesPackage
SkiaSharp.Views.Blazorbumped3.119.1 → 3.119.2Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/mono/SkiaSharp/pulls/3528/files/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.