Y
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
nottorp
599 days ago
Canvas is the javascript name for writing directly to a frame buffer :)
There is a world outside the browser. For now.
link
metalliqaz
597 days ago
Canvas predates javascript. For example, TCL's TK toolkit uses Canvas[1]
[1]
https://tkdocs.com/tutorial/canvas.html
link
There is a world outside the browser. For now.