Closed 5HT2 closed 3 years ago
You can make infinite sliders more intuitive with arrows on the sides or something
Just a thought, having a method to return a Color by passing an enum in, or a Map or something would be worlds better then what I do right now
glColor4f(toF(GuiC.buttonIdleN.color.getRed()), toF(GuiC.buttonIdleN.color.getGreen()), toF(GuiC.buttonIdleN.color.getBlue()), component.getOpacity());
Because honestly, this looks fucking horrible.
One other idea I had while on a walk was having window buttons like close, minimize and maximize(?), along with a pin one to pin it on the HUD
add popbob theme
https://user-images.githubusercontent.com/8225057/46304087-00035580-c5ae-11e8-8904-f27a9434574a.gif I think this should be a theme, i like the default i think it is
The gif you linked is just the default imgui theme (which is linked in the issue lol), and I was planning on making my own GUI engine, but I might use imgui if I don't get as far as I'd like
imgui is for c++
imgui works on Java and KAMI Fabric uses it
lol what how LOL
magic and 086's drunk java install
The original C++ implementation of imgui does not work on Java. KAMI uses a full kotlin port of the library, hosted here.
ClickGUI widget that could be used to rebind the key used to open clickgui. Currently the option for it is ;bind clickgui [key]
Windows 10 GameBar support
what lmao?????
@dominikaaaa Windows 10 gamebar has extensions. An extension for windows 10 gamebar
and what would that do lmao
rofi --dmenu
best idea in this thread so far
Rounded corners option
Resizeable Windows (or tabs whatever u call them) (dont know if this falls under the scaling suggestion) Friend Tab Rewrite - add or remove friends instead of using the command Color Customization - full color customization for the whole click gui Less frequent snapping - moving stuff around seems laggy Reset positions of tabs - resets everything to default customizable radar custom fonts + colors
Fine tune float values as explained in #1235
coords able to only show Y coord
gui for server ip and another for server anticheat
Seeing as I'd like to introduce flexible categories, it would be possible
also make the gui size equal in all the kami gui sub gui thingies like wtf this is my ocd crying
also make the gui size equal in all the kami gui sub gui thingies
Actually there's currently a bug "fix" in place that relies on them being different sizes. This won't happen in the rewrite
oki
is there a search options for modules?
Uh, no. ;toggle name
has a preview of available modules
also, There is one more bug I think? um sometimes, the description of the modules do not switch to the other side where there is space when the gui thing is on the edge of the screen
This isn't a place to suggest bug fixes for the current GUI. If it's not a major bug it's not being fixed, wait for the new GUI
ik but i couldn't help it :p
All comments in this thread are superseded by #1648, thanks for all your suggestions!
Plan summary 12/05/20
my current plan for this: hud elements (coords, radar etc) are resizable, closable, minimisable and pinnable. you can use different themes such as windows xp or mac os, etc
https://github.com/ocornut/imgui/issues/2109
basically like an entire desktop environment feel to it
Minor update 11/05/20
I got 086's original jtcui implementation working, I think I'll be using that GUI library :package:
I've decided to close all other GUI suggestions and put them here, as I don't think it would be worth the time implementing those instead of writing my own GUI from scratch in the far future (maybe in a few months)
If I find something else, I'll add it to this list.
Feel free to comment something you'd like to see added.