Add support to draw pixel images. On Windows, using a GetConsoleWindow native handle it should be possible to draw direct pixels in the console. Knowing the position of your windows/lines, you could calculate where to position the image instead of drawing characters.
Add support to draw pixel images. On Windows, using a GetConsoleWindow native handle it should be possible to draw direct pixels in the console. Knowing the position of your windows/lines, you could calculate where to position the image instead of drawing characters.