Commit graph

4 commits

Author SHA1 Message Date
mivirl 16407ee028
Add image support
Added initial image support. Renders using characters with several
options (ascii, foreground, background, unicode, etc).

Note that each image object should only be used once (or at least with
only one size), otherwise the cached results will conflict for each
size and rendering will take longer and reduce responsiveness.
2025-06-24 17:52:15 +00:00
mivirl 6d25c03ae1
Clean up example code 2025-06-24 17:44:53 +00:00
mivirl c09e4b71ab
Add blank setting for border characters 2025-05-26 23:42:53 +00:00
mivirl 744a155fed
Add example for termbox2 renderer 2025-05-25 15:38:23 +00:00