Version 0.2.0
Released August 28th, 2024
Info
This information was gathered after looking retroactively at the source code and comparing this to the previous version; changelogs were not generated at the time of this release. Information may not be completely accurate.
Breaking Changes
Button._rectrenamed torect.Vector.convertrenamed toto_tuple.
Additions
Button.rectdocstring added for clarity in public use.- Introduction of the
wame.Rendererto select which graphics API to use (OpenGLorPygame). - New custom errors to reflect
Engine/Sceneruntime errors. - Automatic
OpenGLantialiasing settings added toEngineruntime. fpsproperty added toEngine.- Introduction of
set_mouse_visible,set_mouse_locked, andset_background(for colors, instead of defaultBLACK) toEngine. screenattribute ofScenemade public.relativemovement parameter added toScene.on_mouse_moveevent method.OpenGLrender option toTextobject if using theOPENGLRenderer.- New
set_colormethod toTextto allow for changing color during runtime. - Arithmetic operators for
Vectorobjects, including support for NumPy arrays (to_numpyexporter as well). - New
FloatVector2object.