Skip to content
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

PicoVector: Rewrite around new C pretty-poly.h. #853

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

Gadgetoid
Copy link
Member

@Gadgetoid Gadgetoid commented Sep 26, 2023

Incorporates the updated Pretty Poly library, which required a near complete rewrite of Pico Vector and will probably inform a redesign of the Python API.

There's now a proper C++ PicoVector library which will underpin the MicroPython bindings.

Alright Fonts are in an absolute state of turmoil, pending us figuring out how they might work. As the very least, the "af" format might change and break compatibility with the initial PicoVector release.

This is all a bit of a pain, but it will hopefully be worth it.

TODO

  • Fix text rotation to use top-left corner as origin
  • Fix text drawing not to require a trailing linebreak

@Gadgetoid Gadgetoid force-pushed the feature/picovector2-electric-boogaloo branch 13 times, most recently from 249e3b9 to fef9801 Compare April 18, 2024 14:12
@Gadgetoid Gadgetoid force-pushed the feature/picovector2-electric-boogaloo branch 2 times, most recently from cb4573c to 7cd9187 Compare April 18, 2024 17:55
@Gadgetoid Gadgetoid force-pushed the feature/picovector2-electric-boogaloo branch 3 times, most recently from f9e45c4 to 34b3baa Compare June 5, 2024 10:12
@Gadgetoid Gadgetoid force-pushed the feature/picovector2-electric-boogaloo branch from 11f8a18 to 2f978b0 Compare July 11, 2024 08:48
@Gadgetoid Gadgetoid force-pushed the feature/picovector2-electric-boogaloo branch 2 times, most recently from 82279a5 to 0364e31 Compare August 7, 2024 21:30
@Gadgetoid Gadgetoid force-pushed the feature/picovector2-electric-boogaloo branch from 0364e31 to feaf92e Compare August 12, 2024 12:16
* Remove Polygon types in favour of primitives .circle, .rectangle etc
* Add a new Transform type for building up transformation matrices
* Add support to set/clear transform on drawing
@Gadgetoid Gadgetoid force-pushed the feature/picovector2-electric-boogaloo branch from feaf92e to 53a0e0b Compare August 12, 2024 12:29
@Gadgetoid Gadgetoid added this to the v1.24.0 milestone Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant