BlazorExtensions / Canvas

HTML5 Canvas API implementation for Microsoft Blazor
MIT License
602 stars 145 forks source link

Just FYI - we have a "mega-fork" of this project with quite a different goal but updated to .net6 and newer ts/webpack #121

Open JessicaMulein opened 2 years ago

JessicaMulein commented 2 years ago

We've got a project that was heavily using this component, but is .net 6 and needed more features that we discovered others had done in forks themselves.

Ultimately we ended up absorbing the library as ours is also MIT licensed and i've brought it up to .net 6 as well as newer typescript/webpack/etc.

Our goals diverge a bit, but you should be able to easily PR in or maybe once we get to a point we can will add a separate canvas only component- but ours is an ANSI console driver with mouse/keyboard support using the canvas component. It is a relatively simple thing to add and I will put it on our todo list.

Here is our project repo. The "org" has a few other repos like tests, etc. The (free) org is for convenience of features, project planning, etc. Blazor Console Canvas and HTML5 ANSI Console Canvas (HACC)