http://sourceforge.net/projects/wx2xml/
I've started the basic framework for wx2xml, a program that will allow us to
convert wxDev-C++-designed wxFrames/wxDialogs to wxDevIDE. Initially, I was
just going to convert the .wxform files to xml, but eventually settled on
attempting to parse the C++/wxWidgets code directly and build an XML file
based on the C++ code. The upside is that it might be generic enough to
parse any C++/wxWidgets code (not just wxDev-C++ generated code) and produce
an XML for the visual designer.
The current code will parse a file like Project1Frm.cpp and return an XML
output (currently, in the wxMemo box). I still need to save the XML output
to file and make the GUI look pretty, but I figure it's at a point now where
I'm ready for others to comment (and possibly contribute).
-Tony
On Sun, Jul 5, 2009 at 9:11 PM, Nuklear Zelph <nuk...@gm...>wrote:
> hi, i don't want to be distracting to anyone not interested, so i am going
> to put up my progress/status/findings/etc on my website. right now i am
> looking at what has been started and getting to know the sources. i'm
> impressed at what i see already.
>
> http://nuklearzelph.org/
>
> to get to the wxDevIDE page click on the "Software Projects" link on the
> left bar and then "wxdevide". i hope i will continue to have time to work on
> this in upcoming months. anyway, unless i need some advice i will keep off
> the list for now. good work on the current rc ;)
>
> Nuklear
>
|