Open dusk125 opened 2 months ago
Are these a collection of thoughts an ideas for enhancements or are they all related?
Collection of thoughts, originally meant for v3, but some/most of them will likely be able to be done with the need for a major release. Could think of this as an Epic if you want :D
Make Anchor more intuitive
The current rationale is that pixel.BottomLeft will anchor text/whatever such that it appears to the bottom-left of the anchor. Or in other words... it is anchored to the top right.
The original design from the PR that introduced anchoring was the opposite, but they switched it before the final merge. This seems far more intuitive to me though. The anchor should describe the point at which the text is anchored, not the direction in which the text will flow.
Original PR https://github.com/faiface/pixel/pull/252
All of the following is up for discussion.
Reworks
opengl.Run
should be replaced withpixel.Run
Features