diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-01-22 18:27:41 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-01-22 18:27:41 +0300 |
commit | 22df158af031a5bb0a126ce148e44d7fa4b5ad63 (patch) | |
tree | 4894b1bfe422c8eabcb4a0e22a3c4063daeebc70 /TODO | |
parent | 189a34d24326d2838c3dcd9ec7e9915c480e8873 (diff) | |
download | applause2-22df158af031a5bb0a126ce148e44d7fa4b5ad63.tar.gz |
README: documented some FreeBSD tweaks
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -100,3 +100,5 @@ * EvdevStream:evabs() for retrieving the minimum/maximum values automatically. * More options for plotting into terminals via Stream:gnuplot(). Theoretically we can support xterm and others via braille characters (gnuplot's block terminal). + It might also be viable to do our own graphics via Cairo, which allows SVG output in contrast to + Tk canvases. |