I’m currently improving basic controls, such as the button, rect, color, and Font classes.
Then I extracted the SVG icon pack from snow-shot. At first, I planned to use Skia’s SVG module to handle them, but after several attempts, I gave up on using Skia for SVG processing and switched to resvg, because Skia kept having compilation issues. I used AI to help me integrate resvg.
vcpkg cannot properly handle Skia’s SVG module, which is really a frustrating issue.