-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Some improvements to reduce menu size. #151
Comments
Hello. I've finally decided to create my own lil-gui wrapper. For now I have managed to include the following elements: ✨ Features
|
If you are interested in icons, multicontroller rows, I have shared lil-xgui. It results in a ultralight <7K wrapper that adds lot of functionality. I would be happy to have it tested so we can improve it. I've only started with js, css npm for just 3 months and there may be beginner's mistakes. |
Very cool, thanks for sharing. I'd be happy to give it a look if there are any hosted examples. |
I'm trying to create a demo with the examples in source. GitHub pages https://segalion.github.io/lil-xgui/ and https://raw.githack.com/segalion/lil-xgui/main/examples/index.html But I have problems to make it work. Maybe I can fix next week and improve examples with a little tutorial... |
I recently discovered lil-gui and I loved the simplicity and lightness of the library. Even so, I miss some things related to the need to reduce the size of the menus when there are lots of elements.
It would be ideal to be able to have up to 4 elements in a single row: 4 buttons, 4 input boxes (e.g. defining a simple "line" with 4 parameters (coordinates x,y,dx,xy) occupies 4 rows. Tweakpane solves it well, it even adds tabs , but this library seems too heavy to me (graphs, buffers, points....)
The folders are underused. They only serve to group/ungroup. I can think of 2 add 2 additional possibilities:
2.1. Ability to sort (drag to change their order). It's a phenomenal feature for building things where order is important, and this type of menu would be ideal.
2.2. Possibility of changing the folder-title (linked to one variableas as text entry, only available with a "edit icon").
So then, folder could be expandable (allways), editable and movable (optional)
This is aesthetic, but it would be ideal to be able to include icons
to the titles (which in many cases allows smaller and more intuitive menu design). I am thinking in Material Design Symbols as icons.
The text was updated successfully, but these errors were encountered: