dotnet-webassembly
Canvas
dotnet-webassembly | Canvas | |
---|---|---|
2 | 6 | |
789 | 614 | |
- | 1.0% | |
6.3 | 0.0 | |
2 months ago | 6 months ago | |
C# | C# | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dotnet-webassembly
-
Typescript for .NET Ever?
there's a nuget WebAssembly package, so you can probably run assemblyscript on .net already.
-
Microsoft joins Bytecode Alliance to advance WebAssembly – aka the thing that lets you run compiled C/C++/Rust code in browsers
It's been done
Canvas
-
Creating 2d Interactive Building Map with Blazor.
Yes, I'm not aware of any way to use either the canvas api or webgl directly. This project has bindings for the canvas API, but it hasn't been updated in two years:https://github.com/BlazorExtensions/Canvas. SkiaSharp seems a nice option too: https://github.com/mono/SkiaSharp. It supports graphics across a whole load of platforms, including Blazor on the web.
-
C# / Blazor Wolfenstein - Part 1 - Blazor
My initial attempt at this was to use the Blazor.Extensions.Canvas package to do this much the same way I had with F# - I expected their might be excessive interop cost around putImageData (how you update the underlying data) but it seemed a good place to start. Unfortunately the authors of that package have not exposed that method so that quickly stymied that.
-
Is it possible to use WebGL2 with Blazor?
HLMGTFY - nah, I got you...
-
I am confused about WASM and Blazor and what graphic primitives are supported.
But. Nobody stops you to follow the Qt's way with Blazor: take any implementation of wrapper over browser's Canvas API and paint/manage your own UI from scratch.
- How to draw over an image?
- Creating a webapp to visualize pathfinding algorithms
What are some alternatives?
ShopifySharp - ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
Blazor.SVGEditor - A basic SVG editor written in Blazor.
mono-wasm
ant-design-blazor - 🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
Uno.Wasm.Bootstrap - A simple nuget package to run C# code in a WASM-compatible browser
Blazor.Diagrams - A fully customizable and extensible all-purpose diagrams library for Blazor
bootsharp - Compile C# solution into single-file ES module with auto-generated JavaScript bindings and type definitions
RichCanvas - Infinite canvas with panning, zooming, scrolling and other customizable functions, designed for MVVM
squoosh - Make images smaller using best-in-class codecs, right in the browser.
blazorboilerplate - Blazor Boilerplate / Starter Template with MudBlazor
yew - Rust / Wasm framework for creating reliable and efficient web applications
fsharp-wolfenstein - An F# port of the 1992 classic Wolfenstein 3D