figma-to-maui-graphics icon indicating copy to clipboard operation
figma-to-maui-graphics copied to clipboard

FigmaSharp.Maui.Graphics turns your Figma design into .NET MAUI Graphics code

Results 8 figma-to-maui-graphics issues
Sort by recently updated
recently updated
newest added

once file generated , how I can use it in MAUI project? for example in https://github.com/microsoft/FigmaSharp/wiki explained that for each view two files are generated that are part of the...

As always - brilliant! But I am having some problems making it work at all. Here is the ContentPage that hosts the GraphicsView: Here is my code behind: namespace MusicDice.Views;...

I have app for Windows(UWP based) and need to implement it on other platforms with MAUI. Can I use official WinUI Toolkit for Figma and MAUI to do that?

He bajado el proyecto y al compilarlo tengo múltiples errores aunque instale el SDK .Net 6.0 ![imagen](https://github.com/jsuarezruiz/figma-to-maui-graphics/assets/92958492/378b747d-72f3-470b-bd61-919448b7b979)

Currently, there is still some code to implement in FigmaSharp to obtain VectorNodes https://www.figma.com/plugin-docs/api/VectorNode/ Without this type of node, there are elements such as icons that are not generated. Also,...

Currently, the source generator is creating the necessary code to use custom fonts. Example: `canvas.Font = new Microsoft.Maui.Graphics.Font("SegoeUI-Semibold", 600, FontStyleType.Normal); ` However, in addition to the lines of code it...

Hi @jsuarezruiz Thanks for the awesome work. I have created 3 buttons in Figma and used the generated code as you guided in the YT video. but got the below...

question

The tool generates and compiles the code and that is great, but a Previewer adds a lot of value (there is related code in the repository but the Previewer is...