Using Defold for Application development

Hi,
I am considering using Defold to develop a UI for one of my projects. Defold was really easy to install and get started with but like Corona it does not have widgets for User Interface development yet. MOAI also has a widget library.
So I wanted to ask if there is anything out there that I can leverage to create user interfaces in Defold? The really attractive part is to deploy the application in 6 platforms which most GUI toolkits do not do.

Thanks.

1 Like

Corona’s widget library is available on github and is MIT licensed, which means you could use it as the foundation for a Defold widget library. If I were going to do widget stuff I’d at least look at that first to see if it would shave some time off my development.

Jay

1 Like