-
-
Notifications
You must be signed in to change notification settings - Fork 375
New GUI suggestions and features. #790
Comments
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. |
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
add popbob theme |
https://user-images.githubusercontent.com/8225057/46304087-00035580-c5ae-11e8-8904-f27a9434574a.gif |
|
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 |
gui for server ip and another for server anticheat |
#1302 hding modules from the clickgui, useful for modules youre not going to use |
Seeing as I'd like to introduce flexible categories, it would be possible |
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. |
This comment has been minimized.
This comment has been minimized.
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
ocornut/imgui#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 📦
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.
The text was updated successfully, but these errors were encountered: