Skip to content

Releases: Mogui-Hao/PygameNode

PygameNode 0.2.0 - Python 3.11

18 Oct 12:20

Choose a tag to compare

Added Tilemap and TexturesButton of node

PygameNode 0.1.0 - Python 3.11

12 Oct 03:26

Choose a tag to compare

Pre-release

Added ImageNode.

PygameNode 0.0.3 - Python 3.11

07 Oct 13:20

Choose a tag to compare

Pre-release

Optimized rendering method: Caching has been added to nodes, prioritizing cached content during rendering, resulting in a performance boost of approximately 515%.
Modified text node rendering by replacing the original font.Font with the superior freetype.Font.
Added a custom Font class, enabling independent font management for text node classes. Node parameters now operate independently.
Optimized the Style class and its subclasses.

PygameNode 0.0.2 - Python 3.11

06 Oct 15:41

Choose a tag to compare

Pre-release

Fixed the import error issue.

Pygame Node 0.0.1 - Python 3.11

06 Oct 10:25

Choose a tag to compare

Pre-release
v0.0.1

优化了类型提示和文档, 修复了导入问题