Browse Source

TODO: explore the idea of figuring out aspect ratio of the character

rexim 3 years ago
parent
commit
72ea85c193
1 changed files with 1 additions and 0 deletions
  1. 1 0
      demos/vc.c

+ 1 - 0
demos/vc.c

@@ -228,6 +228,7 @@ int main(void)
                 // We can do stuff like putc('<', stdout); putc('>', stdout);
                 putc(char_canvas[y*scaled_down_width + x], stdout);
                 putc(char_canvas[y*scaled_down_width + x], stdout);
+                // TODO: explore the idea of figuring out aspect ratio of the character using escape ANSI codes of the terminal and rendering the image accordingly
             }
             putc('\n', stdout);
         }