Page 1 of 1

How to make a custom UI

Posted: Fri Jul 17, 2020 2:49 pm
by zhenzh
I'm going to make a custom UI as mudlet.org home page shown for my playing mud game.
like this:
捕获.PNG
I have investigated Geyser, MDK, EMOC but none of are the same as the example.
These minWindow methods will not arrange the size/position of main window/status bar/mapper/tabwindow as what the home page example do.
All windows in the example looks like embedding in the main window, rather than floating above it.
Which method did the example used? Is there a template for custom UI?

Re: How to make a custom UI

Posted: Fri Jul 17, 2020 2:55 pm
by Vadi
I believe you can achieve this using geyser. You can get this GUI by playing this game: https://midnightsun2.org/gateways/gui.h ... w=overview and I imagine you can ask them for permission to modify it for yourself :)

Re: How to make a custom UI

Posted: Sat Jul 18, 2020 4:19 pm
by zhenzh
Got it. Geyser is what I want for UI customize.
BTW, does the main window support image background?

Re: How to make a custom UI

Posted: Sat Jul 18, 2020 9:00 pm
by Vadi
It does not, no. Just labels do.