gooey icon indicating copy to clipboard operation
gooey copied to clipboard

Build generic derivation of UIs

Open noelwelsh opened this issue 1 year ago • 1 comments

Build generic derivation / type directed metaprogramming construction of UIs. So give, for example, a case class we can automatically construct a UI that renders it, and a form that fills it in.

It would be useful to have this for functions as well, to support Doodle Explore.

Look at Scala 3 libraries for this: Magnolia and Shapeless.

noelwelsh avatar Mar 30 '23 11:03 noelwelsh