canhorn / EventHorizon.Blazor.TypeScript.Interop.Generator

This project is a Blazor Interop C# Generator, has a sample against the BabylonJS library.
https://wonderful-pond-05f7b3b10.azurestaticapps.net/
MIT License
132 stars 19 forks source link

feat: Maui Sample !! ✨✨✨ #61

Closed canhorn closed 2 years ago

canhorn commented 2 years ago

A drop in usage of the BabylonJS generated source into a Blazor Maui Application!

codecov[bot] commented 2 years ago

Codecov Report

Merging #61 (22ac0bf) into main (4a919bf) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #61   +/-   ##
=======================================
  Coverage   98.85%   98.85%           
=======================================
  Files          92       92           
  Lines        4278     4278           
  Branches      384      384           
=======================================
  Hits         4229     4229           
  Misses         18       18           
  Partials       31       31           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4a919bf...22ac0bf. Read the comment docs.

github-actions[bot] commented 2 years ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-pond-05f7b3b10-61.centralus.azurestaticapps.net

canhorn commented 2 years ago

This is a near drop in of the Blazor Server generated BabylonJS proxy project. Near in that the blur in MAUI causes the buttons to never get the onkeyup, so it brut force removes the blur from the page.