MXA, a new X11 toolkit

Features Highlight:
    Simple to develop with !
    - Does not rely on an external graphic library. Though it will be developed for X11, it will be possible to port it to framebuffer and other plateforms.
    - *very* lightweight! Can be statically included, you will barely notice it!
    - Image formats recognized: xpm, png (with libpng), jpeg (with libjpeg). Period.
    - Can either use monospaced fonts included in the toolkit, dynamically load colorfull fonts as sprites, or use X11 fonts.
    - Plenty of widgets! Even droplists and editable formated textboxes are provided in the standard toolkit. Developers can build their own widgets and widget libraries.

    Versatile for users convenience !
    - Skinable: users can change the graphs used in an application.
    - Themable: one can edit the resource to change the widgets position and size, as well as the default graphs.
    - Internationnalisation: strings and texts will be loaded at run-time, thus allowing the users to use different text-resource files for different languages, including 16bits fonts, without needing to recompile the application.


Contact