buggins / dlangide

D language IDE based on DlangUI
Boost Software License 1.0
451 stars 56 forks source link

Adding GUI designer support #263

Open arietto opened 7 years ago

arietto commented 7 years ago

Will dlangide contain GUI designer in future? Like in Delphi and so on. I suppose that there are some abstract GUI designers (libs/frameworks) which can generate some XML files, which in turn can be parsed by your future parser to generate *.d files.

buggins commented 7 years ago

It's planned at least to include DMLEdit like designer.

It allows edit and test form description in DML format.

See dlangui:dmledit example.

buggins commented 7 years ago

There is already issue #50