KacperFKorban / GUInep

Automatic UI forms for Scala 3 functions
https://kacperfkorban.github.io/GUInep/
Apache License 2.0
14 stars 0 forks source link

Support classes as inputs #6

Closed KacperFKorban closed 6 months ago

KacperFKorban commented 6 months ago

It should be possible to support class inputs. Those should just require every input from the constructor/apply method.

BONUS here to allow choosing which constructor/apply method to use in the UI (from dropdown maybe)