Live data from Hacker News

VeryGoodGraphics – vector graphics cross-platform UI framework

verygoodgraphics.com

1–4 of 4 posts

Re: VeryGoodGraphics – vector graphics cross-platform UI framework

#2
Contrary 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

#4

Contrary 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?