VeryGoodGraphics – vector graphics cross-platform UI framework
verygoodgraphics.com
VeryGoodGraphics – vector graphics cross-platform UI framework
1–4 of 4 posts
Re: VeryGoodGraphics – vector graphics cross-platform UI framework
#2Contrary to the name, I don't think that it's very good. The whole
thing is a canvas via WASM, so scrolling isn't smooth, selection doesn't
work, and accessibility is seemingly non-existent.
But I think the technology itself is interesting. While most modern UI toolkits use HTML or React-like components, this uses a set of JSONs, which describe the page.
Re: VeryGoodGraphics – vector graphics cross-platform UI framework
#3Is it similar to flutter?
Re: VeryGoodGraphics – vector graphics cross-platform UI framework
#4Contrary to the name, I don't think that it's very good. The whole thing is a canvas via WASM, so scrolling isn't smooth, selection doesn't work, and accessibility is seemingly non-existent. But I think the technology itself is interesting. While most modern UI toolkits use HTML or React-like components, this uses a set of JSONs, which describe the page.
Is json a good file format for UI?