Fyne
Closed this issue · 3 comments
ddkwork commented
Can you change the ui as fyne and support vlang with c nested
gbluma commented
Adding syntax support for ‘V’ should be pretty easy, but what do you mean by “change the UI as fyne?”
gbluma commented
jmigpin commented
The Fyne library seems to force a dependency on a C compiler. Not sure about a good reason to try to use it.
Regarding vlang: the comments/strings seem to be identical to verilog files, so as @gbluma pointed out, already kind of works. Wondering if vlang supports C syntax inside vlang itself (nested?). It could work already depending on how that is supported (ex: not inside a quoted string).