dlangide
dlangide copied to clipboard
Adding GUI designer support
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.
It's planned at least to include DMLEdit like designer.
It allows edit and test form description in DML format.
See dlangui:dmledit example.
There is already issue #50