-
Notifications
You must be signed in to change notification settings - Fork 127
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
Ability to draw simple shapes #300
Comments
@pusewicz Hey, super cool idea! I will look into it. |
@kasper wondering if you did any research on how hard it would be to implement this. I'm currently writing a replacement for Moom which has similar feature as @pusewicz described and would sweet if something similar could be used. *PS* Phoenix is great. I'm so glad I discovered this repo. It's been really fun working with the api! 🙌 |
@boedy Not yet, but in the end everything is a window. So you should be able to achieve this with customised windows. Thanks for the kind words! 😸 |
This can also be achieved with the current Modal class. The only thing missing is the ability to customize the Modal's border (e.g. border color, border thickness, border line style) and background color (e.g. fill, fill opacity, etc). |
There's already a way to draw modals. It would be great if there was a way to draw some other primitives, such as rectangles.
This would allow one to draw a possible placement/size of the window before actually doing it. Such as shown here:
The text was updated successfully, but these errors were encountered: