goopylib-v1 icon indicating copy to clipboard operation
goopylib-v1 copied to clipboard

A simple-yet-powerful 2D graphics framework built on top of Tkinter capable of creating good-looking & modern GUIs, games, and simple animations.

Results 54 goopylib-v1 issues
Sort by recently updated
recently updated
newest added

Hello, when I install library with pip after running window example code i get - ModuleNotFoundError: No module named 'goopylib.Window' - error but when i downloaded library from github and...

Calculate faster B-splines using matrix multiplication.

enhancement

Reference: https://www.drdobbs.com/forward-difference-calculation-of-bezier/184403417 This would be implemented in a separate function that would return a list of points for bezier curves given a resolution. ```python def full_bezier_curve(t_resolution=0.05, control_points): ... return bezier_curve...

enhancement

The user should have the ability to format the colour, font, size, style, etc. of text using strings. So rather than creating multiple text objects to display a line of...

enhancement

I saw this question on Stack Overflow: https://stackoverflow.com/questions/63992250/display-differently-styled-bulletpoints-with-pygame and thought that goopylib Text Objects should have an option to display text as is rendered in Markdown. So the user should...

enhancement

Cython & C are much faster than Python and so converting the goopylib code to use them would make it much faster. If converting the code to C is possible,...

enhancement

By default, PIL only supports compositing images of the same sizes on top of each other. Goopylib should allow users to composite images that are not the same size and...

enhancement

A feature that allows the user to input a tilemap image and goopylib should separate all the tile textures.

enhancement