-
Notifications
You must be signed in to change notification settings - Fork 21
API overhaul #13
Comments
The current cu2qu (or its We wanted to apply the cu2qu core algorithm (i.e. the one in I'm going to pull a request for our Cu2QuPen soon. This currently only works on single fonts, not on interpolat-able font collections (the project we used it for only has one font!). I'm thinking of adding a I also believe, like @behdad suggested in another thread, that the shared, non-environment specific stuff could be located in the I see that @jamesgk has reintroduced the |
Yes, I wanted the default to be UPM-independent. |
@anthrotype I also noticed this version of I think we'd like to make curve/s_to_quadratic the only public method of the main cu2qu module, and not even have a Point class (it would just take in lists, see PR #15). Then you or I could work on adding a generalized pen. |
@anthrotype can you list what you needed from cu2qu that wasn't in the module already? I see you implemented a pen. Lets design the API we want for cu2qu, agree on it, and then make the change.
Cheers
The text was updated successfully, but these errors were encountered: