wxWidgets doxygen binding creation.

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Jan 20 13:09:48 PST 2012


I began porting those php scripts to D since yesterday. They are well
documented and modularized so I think it's worth having a go at it.
Oddly enough I've cloned the wxPhp svn repo yesterday without even
knowing they've just merged these new changes in at the same time.
Cool.

You've mentioned those python swig generators. I don't know the state
of those, but I really doubt that SWIG support for D is mature enough
for such a huge project. Additionally wxPython uses SWIG, and SWIG
supports Python for many years now, but even so the wxPython author
wants to move away from SWIG and use doxygen or some other alternative
instead. See: http://wiki.wxpython.org/ProjectPhoenix/ProjectGoals I
also took a look at wxPython's SWIG interface files and it's *a lot*
of code and workarounds.

So I'm trying to port those php scripts and see if it's usable for D.
When I have some scripts done I'll put them on github somewhere. Of
course I'm not stopping anyone else from doing the same..


More information about the Digitalmars-d mailing list