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

Create detailed documentation in the form of a website/document and YouTube videos explaining how to use this.

documentation

Create an application to help the user create custom ease functions (like that in Adobe Animate) and a path editor to set the motion path of a graphics object.

enhancement

Create an application to automatically set the layout (positioning, rotation, etc.) of objects visually and transfer that to code.

enhancement

Introduce the ability to rotate, skew, resize, etc. all Graphics Objects easily

enhancement

Add an extensive sound engine to play sounds and music for an application. This should have support for volume control, sound manipulation, automated sound playing for widgets like the Slider...

enhancement

Explain the code better to allow for more contributions.

documentation

Complete testing, functions, etc. for basic compound classes like the RadioButton, CycleButton, etc.

enhancement

Add support for sliders that are diagonal (run along any 2 points)

enhancement

Bind the attributes of a graphics object (mainly position & rotation) to another.

enhancement