资 源 简 介
Goals of the XULWin project
* Make Windows programming more fun by generating the GUI from a XUL document.
* Native look and feel thanks to using the WinAPI directly.
* Provide an underlying C++ API so that the widgets can also be created in code.
* To be compatible with the Mozilla XUL implementation. Ideally any XUL document should be rendered identically in XULWin and Mozilla XULRunner.
* Allow easy integration with existing Windows code.
* The code should be self-documenting. Provide readable and easy to understand header files.
* Minimize dependencies to other external libraries.
* To be compatible with free versions of Visual Studio. There are no dependencies to ATL or MFC.
Advantages of XULWin
GUI design is much faster and more fun with XUL.
XULWin apps are small, fast, and have a native look and feel.
XULWin is easy to integrate with your existing C++ code. Statically linking with XULWin is much easier