Hacker News new | ask | show | jobs
by Nekit1234007 599 days ago
Flutter uses canvas when targeting the web. (At least it was the last time I looked at it years ago)
1 comments

Canvas is the javascript name for writing directly to a frame buffer :)

There is a world outside the browser. For now.

Canvas predates javascript. For example, TCL's TK toolkit uses Canvas[1]

[1] https://tkdocs.com/tutorial/canvas.html