lapis icon indicating copy to clipboard operation
lapis copied to clipboard

Widgets and Layouts for Lua?

Open eko234 opened this issue 2 years ago • 2 comments

I'm building and app using lua and lapis, and I would like to use widget based views, is there a way to use widgets in plain lua?, if it's not supported yet, could you give me some hint on how to go about it?, maybe there is some way using metatables.

eko234 avatar Jul 12 '21 19:07 eko234

Or is there maybe a way to write lua code buy have my views in moonscript?

eko234 avatar Jul 12 '21 19:07 eko234

It's not great but checkout #633 . Basically you can create wrapper factory functions that can create the precompiled moonscript classes.

ryanford avatar Jul 13 '21 01:07 ryanford