Chaoya Li
Chaoya Li
Updated descriptions for - OpenDesign - Sketch - VeryGoodGraphics (NEW)
### Detailed description Currently VGG runtime wasm version is only able to render to a normal canvas node. This will slow down the main process and will even stop the...
### Detailed description Replace current nlohmann::json with a faster JSON loader. ### Possible implementation _No response_ ### Additional information _No response_
### Detailed description Rendering some converted Figma files will throw error: required extension not request GL_ARB_sample_shading  ### Expected behavior Skia shader compiles smoothly. ### Actual behavior Shader failed to...
### Detailed description Suppose there is GIF in the original design (like Figma), after converting to Daruma, runtime should support GIF rendering and playing. ### Possible implementation 1. GIF decoder...
### Detailed description Support reading, rendering and playing lottie files inside a VGG frame. ### Possible implementation Skia has native lottie file support, so runtime should expose it and take...
### Detailed description For accessibility. If there is no mouse, keyboard could be used to navigate inside a VGG frame. ### Possible implementation - Element focusing should be implemented first...
### Detailed description Text selection is one of accessibility problems that should be prioritized. ### Possible implementation It depends. If only web platform is going to be supported, there is...
### Detailed description Normal web pages support zooming in/out. While VGG home doesn't (yet). Actually it is because the VGG home is by default in running mode, not editing mode....