-
Notifications
You must be signed in to change notification settings - Fork 91
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
add setPosition to Quicksettings interface #6
Comments
Hey @phillchill! Thanks for your interest in p5.gui + suggestion for improvement!
But I agree, something like |
ah, that's good to know. For the moment I was using a jQuery solution like this (here positioning something bottom right of screen):
As a first step I'd simply build directly on the Relative positioning (relative to what btw?) can also be added on top of this... |
Definitely trying to do without jQuery :) I was thinking relative to the window, p5.js canvas, or some other dedicated parent element...
Not sure if bottom placement really is a thing. |
It would be nice to have methods to set the position of GUI panels. I checked
quicksettings.js
and it has such a method available.Would you agree this would make a nice addition?
If so I could try to find some time to implement and create a PR.
The text was updated successfully, but these errors were encountered: