Modern UI controls for win64 assembler
ModernUI is a framework library and a collection of custom controls for win64 assembler, created to help modernize the standard win32 controls (in x64), and to add or emulate new control types and features of modern UX/UI designs and other graphical frameworks.
For the x86 version of this project, visit here
If you like this project and would like to support me, consider donating via Liberapay or with bitcoin: 1LXcHrwMxij53UETjgmQwFPSM8EVjCoUgw
Package | Release Downloads | Documentation |
---|---|---|
ModernUI |
||
ModernUI_Button |
||
ModernUI_CaptionBar |
||
ModernUI_Checkbox |
||
ModernUI_ProgressBar |
||
ModernUI_ProgressDots |
||
ModernUI_Region |
||
ModernUI_SmartPanel |
||
ModernUI_Spinner |
||
ModernUI_Text |
||
ModernUI_Tooltip |
||
ModernUI_TrayMenu |
ModernUI.inc
file to your UASM\include
folder (or wherever your x64 includes are located)ModernUI.lib
file to your UASM\lib
folder (or wherever your x64 libraries are located)
include ModernUI.inc
includelib ModernUI.lib
.inc
) to your UASM\include
folder (or wherever your includes are located).lib
) to your UASM\lib
folder (or wherever your libraries are located)
include ModernUI_Button.inc
includelib ModernUI_Button.lib
The ModernUI x64 Library and ModernUI x64 Controls come with RadASM projects to help build the sources.
The ModernUI x64 Library and ModernUI x64 Controls use the x64 version of the UASM assembler exclusively.
To build 64bit versions of the ModernUI x64 Library and ModernUI x64 Controls you will need to download and install additional files. Please see the wiki page for more details: RadASM-Building
Manual build instructions are also available on the wiki.
Documentation is now available at modernui-docs.readthedocs.io