BlazorExtensions / Canvas

HTML5 Canvas API implementation for Microsoft Blazor
MIT License
614 stars 146 forks source link

Future plans? #131

Open EjaYF opened 1 year ago

EjaYF commented 1 year ago

Guys, any plans on further maintaining this repository? Or is it time for other people to gain write access?

iSeiryu commented 1 year ago

This project seems to be dead or at least on pause for an unknown period of time. https://github.com/excubo-ag/Blazor.Canvas - this project is still alive and gets new commits. I'm concerned about its performance though - it uses eval to execute raw javascript https://github.com/excubo-ag/Blazor.Canvas/blob/main/Canvas/CanvasHelper.cs#L72

lodicolo commented 1 year ago

Excubo.Blazor.Canvas (as of 3.2.16) unfortunately does not have WebGL 1/2 support implemented for anyone else wondering.