Metadata-Version: 2.5
Name: C_librarianthefirstsecondandlast
Version: 1.4.0
Summary: Just a collection of functions to make coding easier. Functions for vector mathematics are present. As well as Limited game dev UI.
Author-email: Cristigon <chrisuriri@gmail.com>
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/plain

Changelog

1.4.0
-Added or altered type annotations within many functions
-Made warn() use a set to prevent duplicate warnings.
-Altered rotate_about to accept degrees.
-Rotation functions now consistently accept degrees and return radians.

1.3.1 
-(Hopefully) fixed warn slowing down the game.

1.2.2
-Fixed issue with smooth_blur

1.2.1
-Made smooth_blur smoother

1.2.0
-Added two new functions. smooth_blur and blocky_blur

1.1.2
-(Attempted to) Fixed issue with negative sliders

1.1.1
-Fixed minor issue

1.1.0

-Added truncation of decimals.
-Added text wrapping of text through popup_text
-Added cull_whitespace. A function that removes whitespace within an image, returning only the smallest bounding box required.
-Added the ability to rotate a point about a separate point.