Releases: Mogui-Hao/PygameNode
Releases · Mogui-Hao/PygameNode
PygameNode 0.2.0 - Python 3.11
PygameNode 0.1.0 - Python 3.11
Added ImageNode.
PygameNode 0.0.3 - Python 3.11
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
Fixed the import error issue.
Pygame Node 0.0.1 - Python 3.11
v0.0.1 优化了类型提示和文档, 修复了导入问题