gennyble / textual

Text Rendering as a Service
Other
9 stars 1 forks source link

Little User Interface #27

Open gennyble opened 2 years ago

gennyble commented 2 years ago

We could do this in JavaScript quite well! To avoid sending way-too-much-data over the network, duplicating all of this code, or getting it running in WebASM, we can hold state on the server and ship back partial images that JS on the client then uses to draw in the right area on a canvas.