-
Notifications
You must be signed in to change notification settings - Fork 165
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
Scarpet library for creating GUI menus. #315
Comments
You mean a system which is built on existing scarpet, hacking stuff together with arcane features to make an overly complex system which about 3 people will end up using? This is for me!! On a more serious note, I do think this is a pretty good idea, tho ig rn it's basically a glorified button panel. |
lol. Yeah your totally right. Practicality didn't even cross my mind if i'm totally honest. |
I would also really like this lol |
Ok, I made a rudimentary version of this (tho it's the result of about half an hour's work, so it's not pretty). I'll publish it on a branch. |
After making the waystone app #305 and reviewing the fake player gui app #310
I think it would be nice to have a generalize library for GUI menus.
I like the idea of a
page
function andbutton
oricon
, andfiller
utilities.I also like the idea of a
open_page
function/ buttonI think it should be as data generated as reasonable.
I am imaging passing in a map or array of
slot -> button/icon
maybe with optional callback lambdas called when clicked.The text was updated successfully, but these errors were encountered: