CoffeeStraw

Results 11 issues of CoffeeStraw

Hello, I was trying the new TF 2.2 branch. Training and testing seems to work just fine, but I've encountered an error in `manipulate_latent` function. I couldn't figure out a...

This feature will let users choose which mouse buttons should be recognized for swipe started.

Hey there, thank you for your amazing work. I've implemented your script in my project, but I've noticed that a swipe is detected even when pressing right button of mouse,...

Standard acceleration for transformations is t^x. Be able to use Bézier curves to define custom accelerations of transformations would be very nice. An example of this concept could be found...

enhancement

It could be handy to have a method that analyzes the lines, searches for \N and splits those lines. It could even be done in the parsing phase, providing an...

At the moment of writing, `Utils.all_non_empty` does not touch indexes inside classes Line, Word, Syl or Char. Instead, changing them may be needed, at least in some cases like: ```python...

At the moment of writing, a lot of PyonFX's code use LBYL approach ("look before you leap"). This means that a lot of type checking is done and slow down...

Be able to convert small images (like 150x150) to pixels could be used to reduce a lot of effort in manually producing shapes, boosting productivity. There are a lot of...

enhancement
good first issue

Have a way to obtain shape's outline as a shape could be used for border textures or some particular border animations. Adding options for edges mode (bevel, miter, round) would...

enhancement

Examples are never enough. Any contributions showing particular usage of implemented functions would be appreciated.

help wanted