Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries.
P5 for Blazor will be game-changer, Blazor provide JS Interop capability out of the box and hence Blazor can use P5 with interop, something like native P5 will surely reduce performance overheads of interop. Kindly think about Blazor as it is growing very rapidly.
Thank you.
Welcome! 馃憢 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
From what I understand Blazor is used to run C# in the browser through WebAssembly? I don't think there are any current plans to port p5 to C# or even WebAssembly, unless I've misunderstood what you mean by "p5 for Blazor"?
Thanks, hope one day we can get the port on Blazor WebAssembly, for now, I
have ported a few Drawing API for Blazor my self.
with JS Interop you guys can port it easily.
Most helpful comment
Thanks, hope one day we can get the port on Blazor WebAssembly, for now, I
have ported a few Drawing API for Blazor my self.
with JS Interop you guys can port it easily.