mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 21:55:09 +00:00
- Added a new GUI renderer implementation in gui_renderer_old.cpp. - Introduced functionality to parse SVG files and extract circle elements. - Implemented drawing methods for rectangles, text, and SVG graphics. - Added clipping functionality to restrict drawing to specified areas. - Enhanced pixel blending for transparency handling in the rendering process. - Created a staging buffer for efficient pixel transfer to the GPU. - Implemented resizing and clearing of the canvas for dynamic GUI updates. - Added error handling for file operations and parsing.