ahmed605 / DuiTool

The ultimate DirectUI tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



DuiTool
The ultimate DirectUI tool

Source Code | Downloads | Contact | Donate



Usage

Decompiling a DUIB file:

DuiTool.exe decompile myDuibFile.duib

Compiling a DuiXml file:

DuiTool.exe compile myXmlFile.duixml

Example of input DuiXml file:

<duixml>
    <richtext contentalign="topleft" content="Hello World!"/>
    <ModernProgressRing background="20575" foreground="20114"/>
    <ModernProgressBar foreground="20114" background="20852"/>
</duixml>

Progress

  • DUIB Decompiler
  • DUIB Compiler
  • DirectUI Color Helper
  • DuiXml Previewer
  • DuiXml Designer

Crediting

We kindly ask users of the tool to provide (totally optional) attribution/credit if they utilize any files generated by the tool.

Attribution helps acknowledge the efforts put into creating and maintaining the tool and encourages its continued development.

About

The ultimate DirectUI tool

License:MIT License


Languages

Language:C# 100.0%