textual-canvas v0.2.0
Posted on 2023-07-16 09:00 +0100 in Python • 1 min read
Given that for a good chunk of this year I've been a bit lax about writing
here, there's a couple or so coding projects I've not written about (well,
not on here anyway -- I have spoken lots about them over on
Fosstodon). One such project is
textual-canvas
.
As the name might suggest, it's a "canvas" for Textual applications, which provides a pretty basic interface for drawing pixels, lines and circles -- and of course any other shape you are able to build up from those basics.
I've just released a quick
update after
it was requested that I add a clear
method to the Canvas
widget; a request
that makes perfect sense.