Skip to content

Will defyne focus on GUI file deserialization, or completely an IDE #9

@ghost

Description

Feature request

Separate GUI file transpiler out from IDE.

Description

I just try out defyne and its GUI editor, it's great. But I can't find a way to make *.gui.json into a go file.
Anyway, will defyne expose the transpiler (maybe just the function) or separate it into another module (function only or cli app).
So that I can do something like...

w := app.New().NewWindow("Application")
w.SetContent(defyne.DecodeJSON("MainWindow.gui.json"))
w.ShowAndRun()

or

$> defyne compile
# MainWindow.gui.json --> MainWindow.gui.go

I am new to fyne but glad that someone bringing GUI to golang. Thank you for working on fyne and defyne.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions